Return template from call
This commit is contained in:
parent
92db413da6
commit
15c15faf30
5 changed files with 105 additions and 279 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue