{%- import "copyright/macros.html" as macro %}
{{ h }}: {{ header[h] }}
{%- else %}{{ h }}: {{ header[h] }}
{%- endif %} {%- endfor %}| Files | Copyright | License | Comment |
|---|---|---|---|
| {%- for file in paragraph['globs'] %} {%- if file['url'] is not none %} {{ file['files'] }} {%- else %} {{ file['files'] }} {%- endif %} {%- endfor %} |
{{ paragraph['copyright'] }}
|
{%- if paragraph['license']['license'] is not none %} {%- for text in paragraph['license']['license'] %} {%- if text[1] is not none %} {{ text[0] }}{%- else %}{{ text[0] }}{%- endif %} {%- endfor %} {%- else %}{{ paragraph['license']['license'] }}{%- endif %} | {%- if paragraph['comment'] is not none %} {{ macro.match_d_license(paragraph['comment']) }} {%- else %} ---- {% endif %} |
License: {%- if license['link'] is not none %} {{ license['synopsis'] }} {%- else %}{{ license['synopsis'] }} {%- endif %}
{{ license['text'] }}
{%- if license['comment'] is not none %}
Comment: {{ macro.match_d_license(license['comment']) }}
{%- endif %}