mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 21:52:33 +00:00
12 lines
180 B
Handlebars
12 lines
180 B
Handlebars
|
# {{ name }}
|
||
|
|
||
|
{{# image }}
|
||
|
![A screenshot of the {{ ../name }}]({{ filename }})
|
||
|
|
||
|
{{/ image }}
|
||
|
> {{{ description }}}
|
||
|
|
||
|
{{# keys }}
|
||
|
- [{{ title }}](./{{ key }}/readme.md)
|
||
|
{{/ keys }}
|