{% extends "base.html" %} {% block content %} {% for name in ["posts", "paper-reviews"] %} {% set section = get_section(path=name ~ "/_index.md") %} {%- if section.pages | length > 0 %}

{{ section.title }}

{%- if section.pages | length > 2 %} see more ↗ {% endif %}
{% endif %} {% endfor %} {% endblock content %}