Skip to content

Instantly share code, notes, and snippets.

@ChristopherDosin
Created January 25, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristopherDosin/865206d8728ccd988905c62e7925d2a6 to your computer and use it in GitHub Desktop.
Save ChristopherDosin/865206d8728ccd988905c62e7925d2a6 to your computer and use it in GitHub Desktop.
Bilder ausgeben aus Array
section.seasonselement
ul
each season in seasons
li
input(type="radio" name="slide")
label
-var seasonPic = season["picture"]
div(style="background-image: url(" + seasonPic["src"]+")")
.accslide(style="background-color: " + season["backgroundColor"])
.content
h1.first: !=season.title
h3.third: !=season.subtitle
p!=season.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment