Home
Measure <%= measure.name %>
<%= measure.heading %>
<%= measure.date.to_string() %>
Authors
<% for author in &measure.authors { %>
<%= author %>
<% } %>
History
<% for history in &measure.history { %>
<%= history.description %>
<%= history.date.to_string() %>
<% if history.document.len() > 0 { %>
document
<% } %>
<% } %>