{% extends "base.html" %} {% block title %}Dashboard - Mimir{% endblock %} {% block content %}

Dashboard Welcome back, {{ user.username }}!

{% if user.is_staff %}
Settings {% endif %}
{% if error_message %}
{% endif %}
{% include 'methodology/partials/my_playbooks_section.html' %} {% include 'methodology/partials/recent_activity_section.html' %}
FOB-DASHBOARD-1
{% endblock %}