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