workshop-tailwind-css/templates/pages/home.html.twig
2021-02-18 21:19:12 +00:00

6 lines
167 B
Twig

{% extends 'page.html.twig' %}
{% block content %}
<h1 class="text-5xl font-bold text-center text-white">Welcome to the Tailwind CSS workshop</h1>
{% endblock %}