Instructions framework

master
Kostanjevec 2022-06-27 10:30:25 +02:00
parent dac7fe61a0
commit 21afefafa4
1 changed files with 11 additions and 2 deletions

View File

@ -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 %}