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
2020-05-07 14:24:50 +01:00

12 lines
189 B
HTML

{% extends "content.html" %}
{% load static %}
{% block title %}Blog{% endblock %}
{% block headerimage %}{% static "img/header.jpg" %}{% endblock %}
{% block content %}
{% endblock%}