mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-20 06:51:51 -04:00
13 lines
181 B
Markdown
13 lines
181 B
Markdown
# `rendercv.themes.components`
|
|
|
|
## Jinja Templates
|
|
|
|
{% for template_name, template in theme_components.items() %}
|
|
|
|
### {{ template_name }}
|
|
|
|
```typst
|
|
{{ template }}
|
|
```
|
|
|
|
{% endfor %} |