We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c88a0 + 690cc8d commit 84d5092Copy full SHA for 84d5092
econplayground/templates/flatpages/default.html
@@ -1,9 +1,10 @@
1
{% extends "base.html" %}
2
+{% load markdownify %}
3
4
{% block title %}{{ flatpage.title }}{% endblock %}
5
6
{% block pagetitle %}<h1>{{ flatpage.title }}</h1>{% endblock %}
7
8
{% block content %}
-{{ flatpage.content }}
9
+{{ flatpage.content | markdownify }}
10
{% endblock %}
0 commit comments