Test_Johanne/trust/templates/trust/Introduction.html
2025-03-06 10:33:03 +01:00

15 lines
212 B
HTML

{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Introduction
{% endblock %}
{% block content %}
{% include Constants.instructions_template %}
{% next_button %}
{% endblock %}