{% extends "base.html" %} {% block content %} {% if page.file and page.file.src_uri.endswith(".md") %} {% set raw_url = config.site_url ~ "raw-docs/" ~ page.file.src_uri %} {% set ask_prompt = "Read " ~ raw_url ~ " so you can answer questions about this semantido documentation page." %}
{% endif %} {{ super() }} {% endblock %}