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

8 lines
145 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-26 21:45:49 +00:00
This is the homepage.
{% endblock %}