Implemented SourceRESTResponseManager and cleaned up code

This commit is contained in:
Kevin Frantz
2019-01-05 11:37:36 +01:00
parent e9f4931a5e
commit 843733ad79
10 changed files with 210 additions and 25 deletions

View File

@@ -1,12 +0,0 @@
{% extends "frames/default.html.twig" %}
{% block title %}
Homepage
{% endblock %}
{% block content %}
<h2>
{% trans %}
Imprint
{% endtrans %}
</h2>
{{ source.text }}
{% endblock %}