{# Return a stylesheet link tag. If asset, construct URL as `static/stylesheets/name.css`, else assume URL is name. #} {% macro stylesheet_tag(name, asset=True, blueprint='') %} {% endmacro %} {# Return a JavaScript link tag. If asset, construct URL as `static/javascripts/name.js`, else assume URL is name. #} {% macro javascript_tag(name, asset=True, blueprint='') %} {% endmacro %} {# Return a list item containing an anchor to the page. If the page is active, or is an ancestor of the active page, an 'active' class is added to the list item. #} {% macro list_link_tag(page, title) %}