Render a single page of the spec in Hugo

This commit is contained in:
Will 2021-01-12 15:31:01 -08:00
parent 2b32508964
commit 55eae7b70b
No known key found for this signature in database
GPG key ID: 385872BB265E8BF8
23 changed files with 2476 additions and 1 deletions

View file

@ -0,0 +1,4 @@
<div class="td-content">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>