{% if DISPLAY_RECENT_POSTS_ON_SIDEBAR %} {% from 'includes/sidebar/macros.jinja' import title %} {% if RECENT_POST_COUNT is not defined %} {% set RECENT_POST_COUNT = 5 %} {% endif %}
  • {{ title(_('Recent Posts'), DISABLE_SIDEBAR_TITLE_ICONS) }}

  • {% endif %}