{{ message.replace("\n", "
") | safe }}
{#- If cannot load locally, load from CDN. From: https://github.com/download/polymer-cdn and https://stackoverflow.com/a/31484427 -#} {#- Test for if it is loaded derived from: https://github.com/webcomponents/webcomponentsjs/issues/26 #} {#- Import a file of vulcanized polymer components -#} {#- Can't do it directly because vulcanized doesn't integrate well with jinja templates #} {% assets "polymerBundle" -%} {%- endassets %} {# See: http://flask.pocoo.org/docs/0.11/patterns/jquery/ -#} {#- Loads jQuery from google if available, or locaclly is not -#} {% assets "minJS" -%} {%- endassets %} {#- Loads jsRoot from locally if available, or CDN if not -#} {#- jsRoot 4.6 does not work correctly, so loading from the CDN isn't ideal... #} {# Mobile support -#} {#- Favicon support from: realfavicongenerator.net #} {#- Set color of nav bar -#} {#- See: https://stackoverflow.com/a/33193739 #} {#- #} {% block head %}{% endblock %}