1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/templates/blog/index.html

10 lines
169 B
HTML
Raw Normal View History

2020-05-07 14:24:50 +01:00
{% extends "content.html" %}
{% block title %}Blog{% endblock %}
{% block content %}
2020-05-07 17:47:30 +01:00
<div class="row page-list">
{% include "blog/item.html" %}
</div>
2020-05-07 14:24:50 +01:00
{% endblock%}