contentmatcher/templates/instructions.html

11 lines
146 B
HTML

{% extends 'base.html' %}
{% block header %}
<head>Matches</head>
{% endblock %}
{% block content %}
<p>Comming soon...</p>
{% endblock %}