php-south-wales-ansible-wor.../templates/index.html.twig

12 lines
356 B
Twig
Raw Permalink Normal View History

2019-11-05 00:08:11 +00:00
{% extends 'base.html.twig' %}
{% block title %}Hi {{ eventName }}!{% endblock %}
{% block body %}
2019-11-05 00:27:04 +00:00
<div class="min-h-screen flex items-center justify-center font-sans bg-gray-100 antialiased">
<div class="p-4">
<h1 class="text-4xl font-semibold text-center text-gray-800">Hi {{ eventName }}!</h1>
</div>
</div>
2019-11-05 00:08:11 +00:00
{% endblock %}