contentmatcher/templates/instructions.html

20 lines
304 B
HTML

{% extends 'base.html' %}
{% block header %}
<head>Instructions</head>
{% endblock %}
{% block content %}
<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>
{% endblock %}