You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

produkt.hbs 313B

1234567891011
  1. <article class="kategorie">
  2. <image src={{@produkt.bild}} alt="Ein Bild von {{@produkt.titel}}"/>
  3. <div class="details">
  4. <h3>{{@produkt.titel}}</h3>
  5. <div class="detail owner">
  6. <span>Menge:</span> {{@produkt.menge}}{{@produkt.einheit}}
  7. </div>
  8. </div>
  9. </article>