{% extends 'base.html' %} {% load static %} {% block title %} Widget's Forum {% endblock %} {% block content %}

Welcome to Widget's Forum!

Forum posts: {% for post in forumposts %}
  • {{ post.title }} by {{ post.author.last_name }}, {{ post.author.first_name }}
  • {% endfor %}

  • Dashboard
  • Announcements
  • Assignments
  • Calendar
  • {% endblock %}