{% extends "base.html" %} {% block title %}{{ site.title
}}{% endblock %} {% block content %}
{{ site.title }}
{% if site.description %}
{{ site.description }}
{% endif %} {% if page_count is defined %}
{{ page_count }} pages in this knowledge base
{% endif %}
{% if tags %}
Topics
{% endif %} {% if recent_pages %}
Recent Pages
{% for page in recent_pages %}
{% if page.icon %}{{ page.icon }}{% endif %}
{{ page.title }}
{% if page.date %}{{ page.date }}{% endif %} {% if page.tags %}
{% for tag in page.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endblock %}
optica/templates/index.html
ฯ 0.0%