Return template from call

This commit is contained in:
Sam Chow 2018-05-14 13:12:42 -04:00
parent 92db413da6
commit 15c15faf30
5 changed files with 105 additions and 279 deletions

View file

@ -1,11 +1,12 @@
{% 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 %}
<!DOCTYPE html>
<html ng-app="quay">
<head>
<title>Config app</title>
</head>
<body>
<div>
<p>What is my purpose</p>
<p>You make tarballs</p>
</div>
</body>
</html>