188 lines
3.0 KiB
Plaintext
188 lines
3.0 KiB
Plaintext
extends ./wrapper
|
|
block vars
|
|
- var pageTitle = 'Speisekarte'
|
|
block content
|
|
.center-page
|
|
h1 Speisen
|
|
a(name="vorspeise")
|
|
h2 Vorspeisen
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="suppe")
|
|
h2 Suppen
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="hauptspeise")
|
|
h2 Hauptspeisen
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="junior")
|
|
h2 Für Junior-Reisesser
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="dessert")
|
|
h2 Desserts
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
h1 Getränke
|
|
a(name="haus")
|
|
h2 Auf Art des Hauses
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="alkoholfrei")
|
|
h2 Alkoholfrei
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="alkohol")
|
|
h2 Mit Alkohol
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
a(name="spirituose")
|
|
h2 Spriritus
|
|
table#menu-1
|
|
tbody
|
|
tr
|
|
td Suppe Süß-Sauer
|
|
p Beschreibung
|
|
td 3,50€
|
|
tr
|
|
td Rei-s-uppe
|
|
p Beschreibung
|
|
td 4,90€
|
|
tr
|
|
td Rei-s-alat
|
|
p Beschreibung
|
|
td 5,50€
|
|
tr
|
|
td Beste Freundschaft
|
|
p Beschreibung
|
|
td 5,50€
|
|
|