%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ include file="loadProperty.jsp" %>
<%
String login_check="",all_product="";
try{
login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login");
if(login_check.equals(""))
login_check="";
}catch(Exception e){login_check="";}
try{
all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString();
if(all_product.equals(""))
all_product="";
}catch (Exception e){
all_product="";
}
%>
Online chocolate shop for gourmet chocolates and gifts for special occasion
<%@ include file="top_dropdown.jsp"%>
|
Recipes
|
|
|
|
|
|
Recipe Index
Ingredients
4 hazelnut praline bars, melted
Edible springtime flowers
Filling
1 cup chocolate hazelnut butter
1/4 cup butter
1/2 to 1 cup icing sugar
Directions
- Fill 4-6 muffin forms
lined with paper cups one quarter full with melted
chocolate. Let the chocolate set. Place in refrigerator,
if needed.
Filling
- Place chocolate hazelnut
butter in a medium-sized pot on low heat.
- Add butter and stir until
melted.
- Add the icing sugar until
a firm mixture forms. Set aside.
To make the cups
- Place approximately 2-3
teaspoons of the filling into the middle of the set
chocolate.
- Pour melted chocolate to
cover the filling over each cup.
- Chill until set. Garnish
with edible, springtime flowers.
Serves 4-6.
Recipe Credit: Lily Erlic
Recipe Index
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>