Update template to test

This commit is contained in:
2024-08-08 12:48:02 +01:00
parent 73a2837d6e
commit 8d85e6fa44

View File

@@ -1 +1,4 @@
<div class="text-2xl text-red-700">HELLO I AM A BADGE</div>
<div class="text-2xl {{ this.colour == 'red' ? 'text-red-700' : 'text-blue-700' }}">
{% block content %}
{% endblock %}
</div>