8 lines
173 B
Twig
8 lines
173 B
Twig
{% extends 'page.html.twig' %}
|
|
|
|
{% block content %}
|
|
{% include 'includes/home/video.html.twig' %}
|
|
|
|
{% include 'includes/home/intro-text.html.twig' %}
|
|
{% endblock %}
|