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.

neues-produkt.hbs 328B

1234567891011
  1. <Jumbo>
  2. <h2>neues Produkte</h2>
  3. <p>Hier kannst du ein neues Produkte hinzufügen!</p>
  4. <LinkTo @route="produkte" class="button">Produkte anzeigen</LinkTo>
  5. </Jumbo>
  6. <Kategorie @titel={{"neues Produkt"}}>
  7. <div class="resultsProdukt">
  8. <Hinzufuegen class="resultsProdukt" @typ={{'neues Produkt'}}/>
  9. </div>
  10. </Kategorie>