<?php
$page_name = "Back Country Quiche";
$menu_type = "food";
$menu_name = "Back Country Quiche";
$blog_num = 35;
$page_rate = 9;
$page_tags = array("outdoors");
$page_date = "October 2, 2011";
include_once("./files/head.php");

echo "<p>Sarah was curious how to make quiche in the back country.  Well here you go Sarah.  Did you know that quiche is apparently of German origins, not French?  They just adopted it.</p>\n";
echo "<p>All quiche is a rich milk and egg base in a pie crust of some sort.  Generally it has at least 2 types of cheese.  Everything else seems to be up to the cook.  So i like spinach and bacon.  But swap the 'extra' ingredients as you wish.</p>\n";
echo "<p>Feeds 2 people.  You need your back country oven for this recipe!!</p>\n";

echo "<h3>Stuff to put in</h3>\n";
echo "<h4>Base</h4>\n";
echo "<ul>\n";
  echo "<li>3 <span class=\"red\"><strong>eggs</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>(try powdered!  Just don't add in extra water for them)</strong></span></li>\n";
  echo "<li>1 cup <span class=\"red\"><strong>cream</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>(double strength milk if you are using powdered milk)</strong></span></li>\n";
  echo "<li>3/4 cup shreaded <span class=\"red\"><strong>mozzarella cheese</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>(roughly, do it to taste)</strong></span></li>\n";
  echo "<li>1/2 cup shreaded <span class=\"red\"><strong>swiss cheese</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>(roughly, do it to taste)</strong></span></li>\n";
  echo "<li><span class=\"red\"><strong>water</strong></span> to rehydrate milk powder&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>Don't add extra water for powdered eggs!</strong></span></li>\n";
echo "</ul>\n";
echo "<h4>Crust</h4>\n";
  echo "<p>I make it from my <a href=\"./bannock.php" . $admin_link . "\">bannock recipe</a>, but you can do pretty much anything, just remember it has to fit in your back country frying pan/pot lid.  I found this became a rock hard but not burnt crust, perhaps if you add butter or oil it would work better.</p>\n";
echo "<ul>\n";
  echo "<li>1 cup <span class=\"red\"><strong>flour</strong></span></li>\n";
  echo "<li>~1 cup <span class=\"red\"><strong>water</strong></span></li>\n";
  echo "<li>1 tsp <span class=\"red\"><strong>baking soda</strong></span></li>\n";
  echo "<li>1 pinch <span class=\"red\"><strong>salt</strong></span>&nbsp;&nbsp;&nbsp;<span class=\"green\">(<a href=\"./conversions.php" . $admin_link . "#cooking\">what's a pinch?</a>)</strong></span></li>\n";
echo "</ul>\n";
echo "<h4>Extras</h4>\n";
echo "<ul>\n";
  echo "<li>8 <span class=\"red\"><strong>bacon strips</strong></span>&nbsp;&nbsp;&nbsp;- <span class=\"green\"><strong>cooked crispy and crumbled, or raw and chopped small...try turkey bacon :)</strong></span></li>\n";
  echo "<li>6 inches of <span class=\"red\"><strong>green onion</strong>, chopped small.</span></li>\n";
  echo "<li>2 handfuls <span class=\"red\"><strong>chopped spinach</strong></span></li>\n";
echo "</ul>\n";

echo "<h3>How to put it all together</h3>\n";
echo "<h4>Crust</h4>\n";
echo "<ol>\n";
  echo "<li>Mix all the <span class=\"red\"><strong>dry ingredients</strong></span> together.</li>\n";
  echo "<li>Add 1/4 cup of <span class=\"red\"><strong>water</strong></span> at a time until the mixture is doughy, not sticky.</li>\n";
  echo "<li>Line the base of your pan and up the sides with the <span class=\"pink\"><strong>dough</strong></span>.  Keep it thin.</li>\n";
  echo "<li>Put the pan to the side for a minute.</li>\n";
echo "</ol>\n";

echo "<h4>The Rest</h4>\n";
echo "<ol>\n";
  echo "<li>Rehydrate the <span class=\"red\"><strong>milk</strong></span> with <span class=\"red\"><strong>water</strong></span>.</li>\n";
  echo "<li>Add in <span class=\"red\"><strong>everything else</strong></span> and mix thouroughly.</li>\n";
  echo "<li>Pour the <span class=\"pink\"><strong>concoction</strong></span> into your pan with the crust.</li>\n";
  echo "<li>Bake at low to medium heat for about 30-45 minutes.  It will be done when you poke it with a fork and it doesn't flow back into the holes.</li>\n";
echo "</ol>\n";

include_once("./files/close.php");
?>