mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-02-09 05:08:38 +01:00
7 lines
138 B
HTML
7 lines
138 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Register System{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>You are signed out!</h1>
|
|
|
|
{% endblock %} |