florida-drupalcamp-tailwindcss/templates/pages/home.html.twig

7 lines
174 B
Twig
Raw Normal View History

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 %}