website/templates/index.html
Roman Tsisyk e5c9c53e20 Move badges from Markdown to HTML
Markdown should contain content, not HTML and JS code.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2022-11-19 17:01:28 +01:00

11 lines
180 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>{{ resource.title }}</h1>
{{ resource.content | safe }}
{% include 'google_native_app_prompt.html' %}
{% endblock content %}