Fork me on GitHub

Armada views


The 3 views are located in the subdirectory test under the directory specified in the configuration. They are rendered with the Twig template engine.

File test/hello.html.twig.


{% if isCaps == 0 or isCaps is empty %}
Hello World, by Twig!
{% else %}
HELLO WORLD, by Twig!
{% endif %}

File test/credit.html.twig.


This modal dialog is powered by {{ library }}!!

File test/message.html.twig.


{{ element }} {{ attr }} is now {{ value }}