mirror of
https://github.com/kennethreitz-archive/www.gittip.com.git
synced 2026-06-21 07:40:58 +00:00
5 lines
181 B
HTML
5 lines
181 B
HTML
{% for slug, name in pages %}
|
|
<a href="{{ nav_base }}{{ slug }}"><button{% if slug.strip('/') == current_page %}
|
|
class="selected"{% end %}>{{ name }}</button></a>
|
|
{% end %}
|