# Ciclostile
## TODO
- select input and output folders and template by parameters or config file.
## Example
Input markdown:
```markdown
Title: Home Page
# Site
Some text
```
Template:
```html
{{ title }}
{{ content }}
```
Output html:
```html
Home Page