mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 14:13:24 -06:00
9 lines
410 B
HTML
9 lines
410 B
HTML
{% extends 'content.html' %}
|
|
{% block content %}
|
|
<p>
|
|
Serving <b>{{ nquotes }}</b> quotes over <b>{{ nepisodes }}</b> episodes.
|
|
Designed in <b>Bulma</b>, coded in <b>Python</b> using <b>Flask</b> and <b>SQLAlchemy</b>.<br>
|
|
Search Engine implemented in <b>Whoosh</b>, and hosted on <b>$HostingProvider</b>.<br>
|
|
Built by <b><a href="https://xevion.dev/">Xevion</a></b>.
|
|
</p>
|
|
{% endblock %} |