experiment-template/_static/global/Page.html
duartegoncalvesds 73fc2121bf first commit
2026-03-12 21:05:38 +00:00

9 lines
No EOL
209 B
HTML

{{ extends "otree/Page.html" }}
{{ load otree static }}
{{ block global_styles }}
<link rel="stylesheet" href="{% static 'global/custom.css' %}">
{{ endblock }}
{{ block global_scripts }}
{{ endblock }}