{% extends "layout.html" %} {% load text_filters %} {% load static %} {% block title %}{{ board.curator_name }}{% if board.curator_title %} | {{ board.curator_title }}{% endif %} | {{ block.super }}{% endblock %} {% block og_tags %} {% endblock %} {% block content %}
{{ board.curator_name }}
{% if board.curator_url %}
👉 {{ board.curator_url|safe }}
{% endif %} {% if board.curator_bio %}
{{ board.curator_bio|safe }}
{% endif %}
{% block board %} {% if not blocks %}
Скоро будет!
{% endif %} {% for block in blocks %} {% include block.template %} {% endfor %} {% endblock %}
{% if board %} {% endif %} {% endblock %}