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

6 lines
93 B
Twig
Raw Normal View History

2020-12-26 21:45:49 +00:00
{% extends 'page.html.twig' %}
{% block content %}
This is the homepage.
{% endblock %}