[PLUGIN][Blog] Move to plugins, mistakenly was in components

This commit is contained in:
2022-03-28 17:06:53 +01:00
parent 41861d284c
commit a9665177ea
4 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{% extends 'stdgrid.html.twig' %}
{% block title %}{% trans %}Create a blog post{% endtrans %}{% endblock %}
{% block body %}
{{ parent() }}
<section class="frame-section frame-section-padding">
<h1>{% trans %}Create a blog post{% endtrans %}</h1>
{{ form(blog_entry_form) }}
</section>
{% endblock body %}