Student Dashboard
Recent Posts
{{post.content}}
{% extends "base.html" %}
{% block sidebar %}
{% include "student/components/sidebar.html" %}
{% endblock %}
{% block content %}
{{post.content}}Student Dashboard
Recent Posts
No posts
{% endif %}