{% extends "main.html" %} {% block site_meta %} {{ super() }} {% if page.meta and page.meta.abstract %} {% endif %} {% if page.meta and page.meta.primaryLanguage %} {% endif %} {% if page.meta and page.meta.license %} {% endif %} {% if page.meta and page.meta.versionDate %} {% endif %} {% if page.meta and page.meta.urlToResource %} {% endif %} {% if page.meta and page.meta.resourceURLType %} {% endif %} {% if page.meta and page.meta.targetGroup %} {% endif %} {% if page.meta and page.meta.learningResourceType %} {% endif %} {% if page.meta and page.meta.learningOutcome %} {% endif %} {% if page.meta and page.meta.accessCost %} {% endif %} {% if page.meta and page.meta.expertiseLevel %} {% endif %} {% if config.citation and config.citation.authors %} {% for author in config.citation.authors %} {% endfor %} {% endif %} {% if config.citation and config.citation['license-url'] %} {% endif %} {% if config.citation and config.citation.repository %} {% endif %} {% if config.citation and config.citation.doi %} {% endif %} {% endblock %}