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.

.. literalinclude:: ../../../../tests/data/templates/buttons/examples.py
    :language: python
    :linenos:
    :caption: Example of a template with buttons

.. literalinclude:: ../../../../tests/data/templates/authentication/examples.py
    :language: python
    :linenos:
    :caption: Example of authentication templates

.. literalinclude:: ../../../../tests/data/templates/carousel/examples.py
    :language: python
    :linenos:
    :caption: Example of a carousel template

.. literalinclude:: ../../../../tests/data/templates/limited_time_offer/examples.py
    :language: python
    :linenos:
    :caption: Example of a limited time offer template
