Skip to content

Instantly share code, notes, and snippets.

@jmas
Created April 8, 2020 19:55
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 jmas/0727895fda999c51ec668bd401b40ad3 to your computer and use it in GitHub Desktop.
Save jmas/0727895fda999c51ec668bd401b40ad3 to your computer and use it in GitHub Desktop.
example.mustache
<div class="section">
<div class="container" style="--background-color: {{ background_color }}">
<div class="slider" data-controller="slider">
{{# slides_list }}
{{ name_text }}
{{/ slides_list }}
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment