22 lines
318 B
Smarty
22 lines
318 B
Smarty
---
|
|
title: "{{ .Title }}"
|
|
link: "{{ .Link }}"
|
|
subtitle: "{{ .Subtitle }}"
|
|
artist: "{{ .Artist }}"
|
|
year: {{ .Year }}
|
|
rate: {{ .Rate }}
|
|
image: {{ .Image }}
|
|
tracks: {{ .Tracks }}
|
|
date: {{ .Date }}
|
|
draft: false
|
|
tags: {{ .Tags }}
|
|
---
|
|
|
|
# {{ .Title }}
|
|
|
|
## Overview
|
|
|
|
{{ if .Overview }}{{ .Overview }}{{ end }}
|
|
|
|
## My thoughts
|