wooly-vault/data/www/user/base.html

13 lines
424 B
HTML
Raw Normal View History

{% extends "base" %}
{% block title %}{{ title }}{% endblock %}
{% block main %}
<h1 class="text-body-emphasis">{{title}}</h1>
<p class="fs-5 col-md-8">
You have reached the {{title}}. This site can be used by the
contestants see the challenges and their progress and hints for that
challenge. This site is <b>NOT</b> part of the challenge.
</p>
<hr class="mb-5">
{% block content %}{% endblock content %}
{% endblock %}