Nova Página
Editando: {{ page.title }}
Histórico: {{ page.title }}
{% for version in history %}
{% endfor %}
{% elif search_results is defined %}
v{{ version.version }}
{% if loop.first %}
Atual
{% endif %}
{{ version.content[:200] }}...
Resultados da Busca
{% if search_query %}Buscando por: "{{ search_query }}"
{% endif %} {% if search_tag %}Filtrado por tag: {{ search_tag }}
{% endif %}
{% for result in search_results %}
{% endfor %}
{% else %}
{{ result.title }}
{{ result.content[:200] }}...
Nenhum resultado encontrado
Tente termos diferentes ou crie uma nova página.
{{ page.content | markdown | safe }}
{% if is_home %}
Estatísticas do Wiki
{{ stats.total_pages or 0 }}
Total de Páginas
{{ stats.total_views or 0 }}
Total de Visualizações