{% extends "obpages/base.html" %}
{% load sections %}
{% block meta_description %}Explore content by Author, Idea and Topic.{% endblock %}
{% block content %}
{% explore_section "author" max_results=max_results %}
{% explore_section "idea" max_results=max_results %}
{% explore_section "topic" max_results=max_results %}
{% endblock %}