- Possibility to view the document version the consent is given to - Blocking functionality is no valid consent
5 lines
126 B
HTML
5 lines
126 B
HTML
{# HTML fragment to render consent markdown content #}
|
|
<div class="markdown-body">
|
|
{{ markdown_content | markdown }}
|
|
</div>
|