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 tags}}#+FILETAGS: :{{#each tags}}{{ this }}:{{/each}}
{{/if~}}
{{#if uuid}}#+ID: {{uuid}}
{{/if~}}
{{~#if slug}}#+EXPORT_FILE_NAME: {{slug}}
{{/if~}}
#+GENERATOR: Stubble v{{ stubble_version }}

{{#if title}}* {{ title}}
{{/if}}
{{#if description}}

#+BEGIN_ABSTRACT
{{ description }}
#+END_ABSTRACT
{{/if}}