12 lines
115 B
Plaintext
12 lines
115 B
Plaintext
<h3>RecipeMan</h3>
|
|
|
|
|
|
@if(CurrRecipe==null)
|
|
{
|
|
<LoadingData></LoadingData>
|
|
}
|
|
else
|
|
{
|
|
<b>dati ricetta</b>
|
|
}
|