8 lines
191 B
Markdown
Executable file
8 lines
191 B
Markdown
Executable file
<% "---" %>
|
|
title: <% tp.file.title %>
|
|
date: <% tp.file.creation_date("YYYY-MM-DD") %>
|
|
modified: <% tp.file.last_modified_date("YYYY-MM-DD") %>
|
|
draft: true
|
|
<% "---" %>
|
|
|
|
# <% tp.file.title %>
|