2023-02-21 16:59:41 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
{% extends 'head.html' %}
|
2023-03-01 17:05:16 -05:00
|
|
|
{% include 'logo.html' %}
|
2023-03-07 09:59:27 -05:00
|
|
|
{% include 'header.html' %}
|
2023-03-02 17:56:31 -05:00
|
|
|
|
2023-03-07 14:56:01 -05:00
|
|
|
{% block content %}
|
2023-03-29 18:06:46 -04:00
|
|
|
<h2>Hello! You're currently accessing {{ session.raw_school }}.</h2>
|
2023-02-27 16:04:19 -05:00
|
|
|
|
2023-03-07 14:56:01 -05:00
|
|
|
{% endblock %}
|