Solved some small bugs

This commit is contained in:
Kevin Frantz
2019-02-16 18:02:28 +01:00
parent 7dae633ec7
commit 6083c51c2e
3 changed files with 9 additions and 3 deletions

View File

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