workshop-tailwind-css/templates/pages/home.html.twig

6 lines
167 B
Twig
Raw Normal View History

2020-12-26 21:23:15 +00:00
{% extends 'page.html.twig' %}
{% block content %}
<h1 class="text-5xl font-bold text-center text-white">Welcome to the Tailwind CSS workshop</h1>
{% endblock %}