contentmatcher/templates/instructions.html

20 lines
304 B
HTML
Raw Normal View History

2022-06-23 16:02:49 +02:00
{% extends 'base.html' %}
{% block header %}
2022-06-27 10:30:25 +02:00
<head>Instructions</head>
2022-06-23 16:02:49 +02:00
{% endblock %}
{% block content %}
2022-06-27 10:30:25 +02:00
<p>
ContentMatcher helps you sort through your content and share it with others.
</p>
<h1>Adding your content</h1>
<h1>Sorting your content</h1>
<h1>Sharing content</h1>
2022-06-23 16:02:49 +02:00
{% endblock %}