11 lines
335 B
Twig
11 lines
335 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block content %}
|
|
<header class="page-header">
|
|
<h1>Change blindness test</h1>
|
|
</header>
|
|
<p>Thank you for your participation.</p>
|
|
<p><a href="start" class="btn btn-large btn-primary">Return to homepage »</a></p>
|
|
|
|
<!-- <pre>{{ dump(debug) }}</pre> -->
|
|
{% endblock %} |