{% extends 'main/layout.html' %} {% block title %}Webring Integration — Mataroa{% endblock %} {% block content %}

Webring Integration

A webring is a circular list of website links with a common theme.

On Mataroa, one can add three links on their blog that will appear at the bottom of every post/page.

These links are:

  1. the previous website in the circular list
  2. the next website in the circular list
  3. an informational website about the webring
{% if request.user.is_authenticated %}
{{ form.as_p }} {% csrf_token %}
{% endif %}
{% endblock %}