Files
kimai2/app/Resources/views/blog/comment_form_error.html.twig
Kevin Papst 579b962c85 first draft
2016-10-20 22:10:41 +02:00

12 lines
262 B
Twig

{% extends 'base.html.twig' %}
{% block body_id 'comment_form_error' %}
{% block main %}
<h1 class="text-danger">{{ 'title.comment_error'|trans }}</h1>
<div class="well">
{{ include('blog/_comment_form.html.twig') }}
</div>
{% endblock %}