Add intotheeast theme: blueprints, 4 templates, CSS
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends 'default.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="post-form-wrap">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% include 'partials/form.html.twig' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user