{% extends "base.html" %}
{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = 'https://github.com/srl-labs/containerlab/blob/main/docs/images/containerlab-og.png?raw=true' %}
{% endblock %}
{% block content %}
{{ super() }}
{% endblock %}