mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-17 15:03:08 +00:00
12 lines
283 B
Handlebars
12 lines
283 B
Handlebars
# {{ name }}
|
|
|
|
{{# image }}
|
|
<img src="./{{ ../folder }}-{{ filename }}" alt="A screenshot of the {{ ../name }}" width="{{ width }}" height="{{ height }}"
|
|
style="height: auto" />
|
|
|
|
{{/ image }}
|
|
> {{{ description }}}
|
|
|
|
{{# keys }}
|
|
- [{{ title }}]({{ ../folder }}/{{ key }})
|
|
{{/ keys }}
|