added supporters plugin

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2016-02-13 14:28:46 -06:00
commit 30b1e5f9c3
2 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,14 @@
<div class="col-md-12">
{{placeholder}}
<h1> WILLIWILLIWANKA </h1>
{% for supporter in supporters %}
<div class="col-md-6">
<div class="thumbnail">
<div class="caption">
<h3>{{supporter.name}}</h3>
<p>{{supporter.description}}</p>
</div>
</div>
</div>
{% endfor %}
</div>