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
121 B
HTML

{% extends "content.html" %}
{% load static %}
{% block title %}Blog{% endblock %}
{% block content %}
{% endblock%}