[COMPONENT][Blog] Initial support for in group blogs

This commit is contained in:
2022-02-15 17:15:29 +00:00
parent bf23ae2dcf
commit be0a2d27e2
3 changed files with 224 additions and 0 deletions

View File

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