6 lines
156 B
HTML
6 lines
156 B
HTML
|
{% extends "layout.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h2>{{ _("Create") }} {{_("BlogPost") }}</h2>
|
||
|
{% include "blog_post/_create.html" %}
|
||
|
{% endblock %}
|