libstubble 0.3.5

Stubble APIs
Documentation
---
{{#if title}}title: "{{ title }}"
{{/if~}}
{{~#if description}}description: "{{ description }}"
{{/if~}}
{{~#if date}}date: {{ date }}
{{/if~}}
{{~#if author}}author: "{{ author }}"
{{/if~}}
{{~#if permalink}}permalink: {{ permalink }}
{{/if~}}
{{~#if tags}}tags:
{{#each tags}}
  - "{{ this }}"
{{/each}}
{{/if~}}
{{~#if uuid}}uuid: {{ uuid }}
{{/if~}}
---
# {{#if title}}{{ title }}{{else}}# Untitled{{/if}}

<!-- Generated by Stubble v{{ stubble_version }} -->