florida-drupalcamp-tailwindcss/templates/pages/home.html.twig
2020-12-26 22:43:56 +00:00

6 lines
93 B
Twig

{% extends 'page.html.twig' %}
{% block content %}
This is the homepage.
{% endblock %}