workshop-tailwind-css/templates/page.html.twig

8 lines
149 B
Twig
Raw Normal View History

2020-12-26 21:23:15 +00:00
{% extends 'html.html.twig' %}
{% block body %}
2021-02-17 21:37:16 +00:00
{% include 'includes/navbar.html.twig' %}
2020-12-26 21:23:15 +00:00
{% block content %}{% endblock %}
{% endblock %}