Test_Johanne/trust/templates/trust/Introduction.html

15 lines
212 B
HTML
Raw Normal View History

2025-03-06 10:28:01 +01:00
{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Introduction
{% endblock %}
{% block content %}
{% include Constants.instructions_template %}
{% next_button %}
{% endblock %}