{% extends "base.html" %}
-{% block title %}Your Sandwiches{% endblock %}
+{% block title %}{{ xdate|date:"F Y" }} Sandwiches{% endblock %}
{% block content %}
- <h1 class="pagetitle">{{ xdate|date:"F Y" }}<h1>
+ <h1 class="pagetitle">{{ xdate|date:"F Y" }} Sandwiches<h1>
{% for s in allsandwiches %}
<h3 class="sandwichtitle">{{ s.adjective }}</h3>
<p class="metadata">Made on {{ s.date_made|date:"F j Y" }} and added by