{%- macro header(username, userid, name, login_url, logout_url) %} {% if userid %} Account {{name}} Log Out {% else %} Register Log In {% endif %} {%- endmacro %} {%- macro footer(year) %} {%- endmacro %} {%- macro custom_js(path_to_static) %} {%- endmacro %} {%- macro extra_header(path_to_static) %} {%- endmacro %}