{% extends 'base.html.twig' %} {% block title %}Kaiserotto - Content{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

KaiserottoEdit your content

History
{% for entry in history %}
{{ entry.date }}
{#

sub text

#}
{% endfor %}
Content
History
{% for entry in history %}
{{ entry.date }}

{#{ entry.getDateCreated|date('d.m.Y H:i') }#}

{% endfor %}
{#% include 'footer.html.twig' %#} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}