{% set menu = [ ('/weight_goal', 'weight_goal', 'Weight Goal', 'wgCalc'), ('/body_attr', 'body_attr', 'Body Attr', 'hsCalc'), ('/body_fat', 'body_fat', 'Body Fat', 'bfCalc'), ('/circ_exp', 'circ_exp', 'Circ Exp', 'ccCalc'), ('/abs_power', 'abs_power', 'Abs Power', 'apCalc') ] -%} {% set active_page = active_page|default('weight_goal') -%}
{% for href, id, caption, div_id in menu %}
{{ caption }}
{% endfor %}
{% block content %}{% endblock %}