{% macro make_header(config, alttitle=none, css_bundle=none, js_bundle=none) %} {{ alttitle or config.title }} {% if css_bundle %}{% endif %} {% if js_bundle %}{% endif %} {% endmacro %} {% macro make_social_links(config) %} {% for social, link in config.social.items() %} {% endfor %} {% endmacro %}