Template Examples
=================

.. tip::

    This page contains examples of template messages.

    You can find the code in the `tests/data/templates <https://github.com/david-lev/pywa/tree/master/tests/data/templates>`_ directory of the repository.

Example of a template with buttons
---------------------------------

.. literalinclude:: ../../../../tests/data/templates/buttons/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/templates/buttons/examples.json
        :language: json
        :linenos:
        :caption: JSON Code


Example of authentication templates
---------------------------------

.. literalinclude:: ../../../../tests/data/templates/authentication/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/templates/authentication/examples.json
        :language: json
        :linenos:
        :caption: JSON Code

Example of a carousel template
---------------------------------

.. literalinclude:: ../../../../tests/data/templates/carousel/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/templates/carousel/examples.json
        :language: json
        :linenos:
        :caption: JSON Code


Example of a limited time offer template
---------------------------------

.. literalinclude:: ../../../../tests/data/templates/limited_time_offer/examples.py
    :language: python
    :linenos:
    :caption: Python Code

.. toggle::

    .. literalinclude:: ../../../../tests/data/templates/limited_time_offer/examples.json
        :language: json
        :linenos:
        :caption: JSON Code
