Update template to test
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user