mirror of
https://github.com/blender/blender
synced 2026-09-27 01:34:15 +03:00
6 lines
141 B
HTML
6 lines
141 B
HTML
{%- extends "!page.html" -%}
|
|
|
|
{%- block footer -%}
|
|
{{ super() }}
|
|
{%- include "components/footer_contribute.html" -%}
|
|
{%- endblock footer -%}
|