{% extends "base.html" %} {% block title %}Overlays | left4me{% endblock %} {% block content %} Overlays + Create NameTypeScopePath {% for overlay in overlays %} {{ overlay.name }} {{ overlay.type }} {% if overlay.user_id %}private{% else %}system{% endif %} {{ overlay.path }} {% else %} No overlays yet. {% endfor %} Create overlay × Name Type Workshop Downloads from Steam Script Runs sandboxed bash Files Upload / edit text files online {% if g.user and g.user.admin %} System-wide Visible to all users {% endif %} {% endblock %}