Current section

Files

Jump to
calendrical priv template month.eex
Raw

priv/template/month.eex

<table class=<%= inspect class%><%= if id, do: " id=#{inspect id}", else: "" %>>
<caption><%= caption %></caption>
<th>
<%= day_names %>
</th>
<%= weeks %>
</table>