Files
NP_CSM_Tool/app/templates/options.html

10 lines
202 B
HTML
Raw Normal View History

<!DOCTYPE html>
{% extends 'head.html' %}
{% include 'logo.html' %}
{% include 'header.html' %}
2023-03-02 17:56:31 -05:00
{% block content %}
<h2>Hello! You're currently accessing {{ session.raw_school }}.</h2>
{% endblock %}