florida-drupalcamp-tailwindcss/templates/page.html.twig

8 lines
149 B
Twig
Raw Normal View History

2020-12-26 21:45:49 +00:00
{% extends 'html.html.twig' %}
{% block body %}
2020-12-26 22:40:42 +00:00
{% include 'includes/navbar.html.twig' %}
2020-12-26 21:45:49 +00:00
{% block content %}{% endblock %}
{% endblock %}