hugo-medialog/templates/movie.md.tpl

22 lines
336 B
Smarty
Raw Permalink Normal View History

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