mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
9 lines
230 B
HTML
9 lines
230 B
HTML
<li>
|
|
{{ backer.first_name }} {{ backer.last_name }}
|
|
{% if backer.twitter != "" %}
|
|
<a href="https://twitter.com/{{ backer.twitter }}" target="_blank" rel="nofollow">
|
|
@{{ backer.twitter }}
|
|
</a>
|
|
{% endif %}
|
|
</li>
|