{%- set styles = ['layout.css', 'bootstrap.min.css'] + styles|default([]) %} {%- set scripts = ['script.js', 'jquery-1.8.2.min.js'] + scripts|default([]) %} {% if title %}{{ title }} – {% endif %}spline accounts {%- for script in scripts %} {%- endfor %} {%- for style in styles %} {%- endfor %}

spline accounts

    {%- if not no_login_message %} {%- endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {% if title %}

{{ title }}

{% endif %} {% block content %}{% endblock %}
{%- if self.javascript() %} {%- endif %}