Skip to content

Commit

Permalink
fixed web preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Jan 29, 2024
1 parent ede7f01 commit 4d6decf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions home/templates/home/content_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "base.html" %}
{% load wagtailcore_tags %}

{% block body_class %}template-contentpage{% endblock %}


{% block content %}
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date }}</p>

<div class="intro">{{ page.intro }}</div>


{% include_block page.body %}

{% endblock %}

0 comments on commit 4d6decf

Please sign in to comment.