6 lines
173 B
HTML
6 lines
173 B
HTML
|
{% extends "layout.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h2>{{ _("Edit") }} {% include "blog_post/_title.html" %}</h2>
|
||
|
{% include "blog_post/_update.html" %}
|
||
|
{% endblock %}
|