pecha.red/templates/home.html

6 lines
116 B
HTML
Raw Normal View History

2020-04-12 08:20:44 +00:00
{% extends 'base.html' %}
{% block title %}home{% endblock %}
{% block content %}
<h1>PECHA.RED</h1>
{% endblock %}