{% extends "layouts/blogroll.njk" %} {% block blogroll %} {% call section({ title: __("blogroll.stats.title") }) %}
{{ __("blogroll.errors.seeAll", { count: stats.errors }) }}
{% endif %} {% endcall %} {% endif %} {% call section({ title: __("blogroll.sources.recent") }) %} {% if sources.length > 0 %}GET {{ baseUrl }}/api/blogs - {{ __("blogroll.api.blogs") }}GET {{ baseUrl }}/api/items - {{ __("blogroll.api.items") }}GET {{ baseUrl }}/api/categories - {{ __("blogroll.api.categories") }}GET {{ baseUrl }}/api/opml - {{ __("blogroll.api.opml") }}GET {{ baseUrl }}/api/status - {{ __("blogroll.api.status") }}