Snips/templates/generic/simple.html.twig

5 lines
100 B
Twig
Raw Normal View History

{% extends 'base/single.column.html.twig' %}
{% block body %}
{{ text | nl2br }}
{% endblock %}