generalized layouts

This commit is contained in:
Walker Waylon Scott 2017-05-21 10:48:57 -05:00
parent 6bec8d8f25
commit f9a5a7949e
4 changed files with 99 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{% from "_render_field.html" import render_field %}
<h1>Population by Nation</h1><br>
data from
<a href="https://data.world/nrippner/population-by-country1980-2010">data.world</a>
<br><br>
Created with Flask and chartist.js
<span class='nation' value='nation'></span>
<fieldset>
<legend>World Population</legend>
{{ render_field(form.nation) }}
<div class="ct-chart ct-perfect-fourth">
</div>