orestaty 1.0.0

HTML-centered handlebars-based static site generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: The great page
template: template
---

# My awesome webpage
Some text here

Located at {{ page.path }}
Value: {{ example_percent 0.34 label=\"%\" }}

```Rust
let x = 23;
```