symlinked default
This commit is contained in:
13
templates/themes/24unix.net/pages/index.html.twig
Normal file
13
templates/themes/24unix.net/pages/index.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends '@default/base.html.twig' %}
|
||||
|
||||
{% block title %}page_name{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{ page.content | raw }}
|
||||
<br>
|
||||
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