1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/common/content.html

11 lines
252 B
HTML

{% load wagtailcore_tags %}
<div class="mb-3 image header-image" data-image=''></div>
<h1 class="display-5">{{ page.title }}</h1>
<h5 class="my-3">Subtitle</h5>
<p>Details</p>
<hr />
<div class="content mt-3">
{% include_block page.body %}
</div>