presentations/workshop-tailwind-css/demo/florida-drupalcamp/templates/page.html.twig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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