Add backers page

This commit is contained in:
Jeremy Thomas
2017-11-15 13:01:33 +00:00
parent 923bb9f5e0
commit 8282af725e
6 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<li>
{{ backer.FirstName }} {{ backer.LastName }}
{% if backer.Twitter != "" %}
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank">
@{{ backer.Twitter }}
</a>
{% endif %}
</li>