{% extends "markdown.jinja2" %}



{% block title -%}
# {{ name | upper }}


to use, add this to your Charts.yaml
```
dependencies:
  - name: lib
    repository: oci://repo.rre.nu/helm
    version: <chart version>
```



{%- endblock %}