style page
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
{% extends 'layouts/base.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="my-5 position-relative fs-3 fw-bold sp-module-title">{{ post.title }}</h1>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user