mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-17 23:13:09 +00:00
13 lines
283 B
Handlebars
13 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 }}
|