frog-website/src/pages/index.html

9 lines
246 B
HTML

{% extends "lib/page.html" %}
{% block content %}
{% include "pages/index/presentation.html" %}
{% include "pages/index/games.html" %}
{% include "pages/index/news.html" %}
{% include "pages/index/contact.html" %}
{% endblock %}