{% extends "base.html" %} {% block title %}Michael's CSC 210 Assignment 5 | Ferb's Lamb Cobbler{% endblock %} {% block page_content %}

Ferb's Lamb Cobbler

from Phineas and Ferb

The Recipe:

Ingredients:

Instructions:

  1. With a big bow, bleat four eggs
  2. Mix in one pound of lamp
  3. Add self-righteous flowers
  4. Bake at 9000 for 5 minutes
Stacey and Candace mid preperation
Stacey and Candace mid-preparation
{% endblock page_content %} {% block head %} {{ super() }} {% endblock %} {% block body %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}