{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Michael Bashner Assignment 7{% endblock %} {% block styles %} {{ super() }} {% endblock styles %} {% block page_content %}

Background:

Candance and Irving listening to the radio Stacey and Candace mid preparation

This recipe was created by extracting information from the transcript of an episode of Phineas and Ferb. This recipe comes from the moon farm episode. The premise of the joke is that the ingredients and instructions are similar to a real recipe. However, a series of misunderstandings caused by the recipe being relayed over radio led to these ingredient and instruction lists.

The Recipe:

Ingredients:

  • A big bow
  • Four eggs
  • One pound of lamp
  • Self-righteous flowers (roses)
  • {% if ingredient %}
  • {{ ingredient }}
  • {% endif %}
{{ wtf.quick_form(form) }}

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
{% endblock %}