Skip to content

Instantly share code, notes, and snippets.

@mnarayan
Forked from michaelt/default.scriptogram
Last active August 29, 2015 14:17
Show Gist options
  • Save mnarayan/28b105542e9f87a67e5d to your computer and use it in GitHub Desktop.
Save mnarayan/28b105542e9f87a67e5d to your computer and use it in GitHub Desktop.
---
$if(date)$
Date: $date$
$endif$
$if(title)$
Title: $title$
$endif$
---
<div>
$for(include-before)$
$include-before$
$endfor$
$body$
$for(include-after)$
$include-after$
$endfor$
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment