measures_md.stpl 332 B

123456789101112131415
  1. # <%= measure.name %>
  2. ### <%= measure.date.to_string() %>
  3. <%= measure.heading %>
  4. ## Authors
  5. <% for author in &measure.authors { %>
  6. > <%= author %>
  7. <% } %>
  8. ## History
  9. <% for history in &measure.history { %>
  10. > <%= history.description %>
  11. > <%= history.date.to_string() %>
  12. > [<%= history.document %>](document)
  13. <% } %>