Instructions framework
parent
dac7fe61a0
commit
21afefafa4
|
@ -1,10 +1,19 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block header %}
|
||||
<head>Matches</head>
|
||||
<head>Instructions</head>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>Comming soon...</p>
|
||||
<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 %}
|
||||
|
|
Loading…
Reference in New Issue