2020-12-26 21:45:49 +00:00
|
|
|
{% extends 'page.html.twig' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-12-27 03:32:00 +00:00
|
|
|
{% include 'includes/home/header.html.twig' %}
|
2020-12-27 12:28:00 +00:00
|
|
|
{% include 'includes/home/description.html.twig' %}
|
2020-12-26 21:45:49 +00:00
|
|
|
{% endblock %}
|