first commit
This commit is contained in:
12
views/templates/page.twig
Normal file
12
views/templates/page.twig
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content-wrapper">
|
||||
<article class="post-type-{{ post.type }}" id="post-{{ post.id }}">
|
||||
<section class="article-content">
|
||||
<h1 class="article-h1">{{ post.title }}</h1>
|
||||
<div class="article-body">{{ post.content }}</div>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user