mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 18:24:30 -07:00
9 lines
213 B
HTML
9 lines
213 B
HTML
|
|
<li>
|
||
|
|
{{ backer.FirstName }} {{ backer.LastName }}
|
||
|
|
{% if backer.Twitter != "" %}
|
||
|
|
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank">
|
||
|
|
@{{ backer.Twitter }}
|
||
|
|
</a>
|
||
|
|
{% endif %}
|
||
|
|
</li>
|