Skip to content

Instantly share code, notes, and snippets.

@spacecowb0y
Created September 10, 2015 16:59
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 spacecowb0y/0356fbcf02f61aae1030 to your computer and use it in GitHub Desktop.
Save spacecowb0y/0356fbcf02f61aae1030 to your computer and use it in GitHub Desktop.
<script id="dot-template" type="text/template">
<div class="clndr-controls">
<div class="clndr-previous-button">&lsaquo;</div>
<div class="month">{{= it.month }}</div>
<div class="clndr-next-button">&rsaquo;</div>
</div>
<div class="clndr-grid">
<div class="days-of-the-week">
{{~it.daysOfTheWeek :day:index}}
<div class="header-day">{{= day }}</div>
{{~}}
<div class="days">
{{~it.days :day:index}}
<div class="{{= day.classes }}">{{= day.day }}</div>
{{~}}
</div>
</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment