1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-24 12:21:21 +00:00

feat: Use data files for DPA directory

This commit is contained in:
2026-05-19 00:46:19 -05:00
parent 4a5299a81a
commit d7beb2e8a7
10 changed files with 1356 additions and 1402 deletions
@@ -0,0 +1,9 @@
{{- /*
Renders a table cell value: plain text (e.g. TBA) or a link with label + url.
Expects dict: label, url, text (only one style used).
*/ -}}
{{- if .url -}}
<a href="{{ .url }}" target="_blank">{{ .label }}</a>
{{- else -}}
{{- .text -}}
{{- end -}}