Optimized template draft

This commit is contained in:
Kevin Frantz
2019-02-17 22:05:20 +01:00
parent 728023855c
commit 271aa36552
3 changed files with 175 additions and 13 deletions

View File

@@ -1,5 +1,2 @@
{% set source = entity %}
{% extends "frames/default.html.twig" %}
{% block content %}
{{ entity.text }}
{% endblock %}
{% extends "entity/source/source.html.twig" %}