Refactor templates to be more structured
This commit is contained in:
5
templates/generic/simple.html.twig
Normal file
5
templates/generic/simple.html.twig
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'base/single.column.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
{{ text | nl2br }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user