32 lines
791 B
Smarty
32 lines
791 B
Smarty
---
|
|
title: "{{ .Title }}"
|
|
link: "{{ .Link }}"
|
|
subtitle: "{{ .Subtitle }}"
|
|
year: {{ .Year }}
|
|
rate: {{ .Rate }}
|
|
progress: {{ .Progress }}
|
|
image: {{ .Image }}
|
|
image320: {{ imageSize .Image "320" }}
|
|
image640: {{ imageSize .Image "640" }}
|
|
image1024: {{ imageSize .Image "1024" }}
|
|
poster-image: {{ .Poster }}
|
|
poster-image320: {{ imageSize .Poster "320" }}
|
|
poster-image640: {{ imageSize .Poster "640" }}
|
|
poster-image1024: {{ imageSize .Poster "1024" }}
|
|
background-image: {{ .Background }}
|
|
background-image320: {{ imageSize .Background "320" }}
|
|
background-image640: {{ imageSize .Background "640" }}
|
|
background-image1024: {{ imageSize .Background "1024" }}
|
|
date: {{ .Date }}
|
|
draft: false
|
|
tags: {{ .Tags }}
|
|
---
|
|
|
|
# {{ .Title }}
|
|
|
|
## Overview
|
|
|
|
{{ if .Overview }}{{ .Overview }}{{ end }}
|
|
|
|
## My thoughts
|