hugo-medialog/templates/movie.md.tpl

23 lines
362 B
Smarty
Raw Normal View History

2024-10-08 21:08:01 +02:00
---
title: "{{ .Title }}"
link: "{{ .Link }}"
subtitle: "{{ .Subtitle }}"
year: {{ .Year }}
rate: {{ .Rate }}
2024-10-24 17:16:17 +02:00
progress: {{ .Progress }}
2024-10-08 21:08:01 +02:00
image: {{ .Image }}
2024-10-09 21:04:32 +02:00
poster-image: {{ .Poster }}
background-image: {{ .Background }}
2024-10-08 21:08:01 +02:00
date: {{ .Date }}
draft: false
tags: {{ .Tags }}
---
# {{ .Title }}
## Overview
{{ if .Overview }}{{ .Overview }}{{ end }}
2024-10-08 21:08:01 +02:00
## My thoughts