Start moving configapp into separate dir
This commit is contained in:
parent
81af2d9fcc
commit
92db413da6
12 changed files with 327 additions and 6 deletions
11
config_app/templates/config_index.html
Normal file
11
config_app/templates/config_index.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Config mode</title>
|
||||
{% endblock %}
|
||||
{% block body_content %}
|
||||
<p>
|
||||
<div>What is my purpose?</div>
|
||||
<div>You create tarballs</div>
|
||||
</p>
|
||||
{% endblock %}
|
Reference in a new issue