website/templates/index.html
borntojesus b0a57ca812 back
2024-01-30 10:56:45 +02: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 %}