json-theme-even-fork/partials/about.hbs
Rafael Bardini 9da28d862a Use CSS grid
- Remove Bootstrap and Octicons
- Simplify styles and markup
- Add color and type scale custom properties
- Extract section templates to partials
- Validate rendered HTML
- Update test snapshots
2020-07-18 22:44:17 +02:00

9 lines
121 B
Handlebars

{{#summary}}
<section id="about">
<h3>About</h3>
<div>
<p>{{.}}</p>
</div>
</section>
{{/summary}}