Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/twig/default.txt
2021-04-07 19:25:18 -04:00

22 lines
413 B
Plaintext
Vendored

{% if posts|length %}
{% for article in articles %}
<div>
{{ article.title|upper() }}
{# outputs 'WELCOME' #}
</div>
{% endfor %}
{% endif %}
{% set user = json_encode(user) %}
{{ random(['apple', 'orange', 'citrus']) }}
{{ include(template_from_string("Hello {{ name }}")) }}
{#
Comments may be long and multiline.
Markup is <em>not</em> highlighted within comments.
#}