{% if "steamID" in session and "username" in session and "avatar" in session %}
{{ session["username"]|safe }}
{% else %}
Not currently signed in.
{% endif %}
{% block toolbar %}
{% set tabs = [("Home", "/"),
("Backpack Text", "bptext"),
("Metal Maker", "metal"),
("Weapon Stock", "weapons")]
%}
{% for tab in tabs %}