We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8530d51 commit dc0ca34Copy full SHA for dc0ca34
app/pages/templates/pages/detail.html
@@ -1,5 +1,5 @@
1
{% extends "base.html" %}
2
-{% load static %}
+{% load static content_filters %}
3
{% block content %}
4
<main>
5
<div class="min-h-screen bg-contain bg-center" style="background-image: url('{% static 'img/bg-conference-at-glance.png' %}');">
@@ -10,7 +10,7 @@
10
<article>
11
<h1 class="text-5xl my-10 font-bold font-td_pinoy text-orange-2 hyphens-auto">{{ page.title|safe }}</h1>
12
<div class="prose prose-lg max-w-none prose-custom">
13
- {{ page.content|safe }}
+ {{ page.content|render_buttons }}
14
</div>
15
</article>
16
0 commit comments