rescue old vm stuff
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
{% block title %}page_name{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{ page_content | raw }}
|
||||
{{ page.content | raw }}
|
||||
<br>
|
||||
Page created by: {{ owner }} at {{ created_at }}
|
||||
Page created by: <a href="{{ path('app_profile', { 'username': page.owner.username }) }}">{{ page.owner.username }}</a>
|
||||
{{ page.createdAt | ago }}
|
||||
{% if page.modifiedAt %}
|
||||
(last update: {{ page.modifiedAt | ago }})
|
||||
{% endif %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user