1
Fork 0
theorangeone.net-legacy/templates/projects/all.html

10 lines
166 B
HTML

{% extends 'content_base.html' %}
{% block pageTitle %}All Projects{% endblock %}
{% block content %}
<div class="container">
<p>Stuff</p>
</div>
{% endblock %}