Moved document related stuff into DocumentController

This commit is contained in:
Polonkai Gergely
2012-07-17 23:33:31 +02:00
parent 9f49b70d67
commit 1b55b079f4
3 changed files with 25 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
{% extends '::main_template.html.twig' %}
{% block title %} - Dokumentum - {{ document.title }}{% endblock %}
{% block content %}
<h3>{{ document.title }}</h3>
{{ document.content }}
<div class="szerzo">{{ document.createdBy.displayName }}</div>
{% endblock content %}