{{ page.title }}
{% toc %}
{% endif %}
{{ content }}
References
{% bibliography -f {{ site.scholar.bibliography }} -q @*[key^={{ publications }}]* %}
{%- endif %}
{%- if site.related_blog_posts.enabled -%}
{%- if page.related_posts == null or page.related_posts -%}
{% include related_posts.html %}
{%- endif %}
{%- endif %}
{%- if site.disqus_shortname and page.disqus_comments -%}
{% include disqus.html %}
{%- endif %}
{%- if site.giscus and page.giscus_comments -%}
{% include giscus.html %}
{%- endif -%}