summaryrefslogtreecommitdiff
path: root/Recipes/Tahini Yogurt Sauce.html
blob: d334b9bfc9b3698a5eb88889862e335357539e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!doctype html>
<html>
  <head>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <!-- Recipe -->
    <div class="recipe" itemscope itemtype="http://schema.org/Recipe">
      <div class="infobox">
        <!-- Image -->

        <div class="photobox">
          <a
            href="https://foolproofliving.com/wp-content/uploads/2018/01/19-16017-post/Tahini-Yogurt-Sauce-2-1765-1000x1000.jpg"
          >
            <img
              src="Images/252C678B-B06C-46BD-A5D0-BE070C46A1EA/3451D669-8187-408A-BEDD-CF6948A60F94.jpg"
              itemprop="image"
              class="photo photoswipe"
            />
          </a>
        </div>

        <!-- Name -->
        <h1 itemprop="name" class="name">Tahini Yogurt Sauce</h1>

        <!-- Info -->

        <!-- Rating, categories -->
        <p itemprop="aggregateRating" class="rating" value="0"></p>

        <p class="metadata">
          <!-- Cook time, prep time, servings, difficulty -->

          <b>Prep Time: </b><span itemprop="prepTime">10 mins</span>

          <b>Cook Time: </b><span itemprop="cookTime">10 mins</span>

          <b>Servings: </b
          ><span itemprop="recipeYield">Yields: 4 servings</span>

          <!-- Source -->

          <b>Source: </b>

          <a
            itemprop="url"
            href="https://foolproofliving.com/tahini-yogurt-sauce/"
          >
            <span itemprop="author">foolproofliving.com</span>
          </a>
        </p>

        <div class="clear"></div>
      </div>

      <div class="left-column">
        <!-- Ingredients -->

        <div class="ingredientsbox">
          <h3 class="subhead">Ingredients</h3>
          <div class="ingredients text">
            <p class="line" itemprop="recipeIngredient">
              <strong>1</strong> cup full-fat Greek Yogurt
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>3</strong> tablespoons tahini stirred well
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>2</strong> tablespoons lemon juice freshly squeezed
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>2</strong> cloves of garlic minced
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>½</strong> teaspoon ground cumin
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>1</strong> teaspoon Kosher salt
            </p>
            <p class="line" itemprop="recipeIngredient">
              <strong>¼</strong> teaspoon black pepper
            </p>
          </div>
        </div>

        <!-- Nutrition (in two-column mode it goes below the ingredients) -->
      </div>

      <div class="right-column">
        <!-- Description -->

        <!-- Directions -->

        <div class="directionsbox">
          <h3 class="subhead">Directions</h3>
          <div itemprop="recipeInstructions" class="directions text">
            <p class="line">
              Place all ingredients in a bowl and whisk until combined.
            </p>
            <p class="line">Taste for seasoning and add in more if you like.</p>
          </div>
        </div>

        <!-- Notes -->

        <div class="notesbox">
          <h3 class="subhead">Notes</h3>
          <div itemprop="comment" class="notes text">
            <p>
              If you prefer a thicker texture, you can line a colander (placed
              in a bowl) with cheesecloth, place yogurt in it, and let it drain
              overnight in the fridge. The consistency of the sauce made with
              the drained yogurt will be much thicker, making it perfect to use
              as a spread for burgers or as a dip to serve with fresh
              vegetables.
            </p>
            <p>
              Like most yogurt based dressings, this sauce is best on the day it
              is made. However, if you keep in an airtight jar, it would still
              be good the next day. Be sure to give it a good shake before use.
            </p>
          </div>
        </div>

        <!-- Nutrition (in regular mode it goes below the notes) -->

        <!-- Used in two different places depending on the recipe layout -->

        <div class="nutritionbox textbox">
          <h3 class="subhead">Nutrition</h3>
          <div itemprop="nutrition" class="nutrition text">
            <p>
              Calories: 101kcal | Carbohydrates: 5g | Protein: 7g | Fat: 6g |
              Saturated Fat: 1g | Cholesterol: 3mg | Sodium: 604mg | Potassium:
              122mg | Fiber: 1g | Sugar: 2g | Vitamin C: 4mg | Calcium: 74mg |
              Iron: 1mg
            </p>
          </div>
        </div>
      </div>

      <div class="clear"></div>
    </div>
  </body>
</html>