achubb_website/templates/projects.html

13 lines
179 B
HTML
Raw Normal View History

<!-- prettier-ignore -->
{% extends "base.html" %}
{% block content %}
<div id="content">
<ul class="no-bul">
{{project_list|safe}}
</ul>
</div>
{% endblock %}