Implemented source templates

This commit is contained in:
Kevin Frantz
2018-09-14 16:05:47 +02:00
parent 04c0f5e9e7
commit 37ce7c399c
11 changed files with 77 additions and 78 deletions

View File

@@ -0,0 +1,4 @@
{% extends "frames/default.html.twig" %}
{% block content %}
{{ source.name }}
{% endblock %}