First commit for a Flask-based Attract
This commit is contained in:
16
attract/application/templates/shots/view.html
Normal file
16
attract/application/templates/shots/view.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends 'layout.html' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="col-md-9">
|
||||
<h2>{{shot['name']}}</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<p>Picture goes here</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p>{{shot['description']}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user