bots-as-digital-infrapunctures/themes/default/templates/home.html

16 lines
218 B
HTML
Raw Normal View History

2020-09-04 18:20:59 +02:00
{% extends "base.html" %}
{% block content %}
{% block content_title %}
{% endblock %}
2020-09-11 17:59:20 +02:00
{% for page in pages %}
{% if page.title == 'Start' %}
{{ page.content }}
{% endif %}
{% endfor %}
2020-09-04 18:20:59 +02:00
{% endblock content %}