Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 6
---
$if(title)$
title: $title$
$endif$
$if(author)$
author: $author$
$endif$
$if(tags)$
tags: $tags$
$endif$
$if(date)$
date: $date$
$endif$
layout: post
---