2020-12-26 21:23:15 +00:00
|
|
|
{% extends 'page.html.twig' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2021-02-17 23:34:40 +00:00
|
|
|
{% include 'includes/home/video.html.twig' %}
|
|
|
|
|
2021-02-17 19:43:24 +00:00
|
|
|
{% include 'includes/home/intro-text.html.twig' %}
|
2020-12-26 21:23:15 +00:00
|
|
|
{% endblock %}
|