contentmatcher/templates/instructions.html

11 lines
146 B
HTML
Raw Normal View History

2022-06-23 16:02:49 +02:00
{% extends 'base.html' %}
{% block header %}
<head>Matches</head>
{% endblock %}
{% block content %}
<p>Comming soon...</p>
{% endblock %}