forked from Ponysearch/Ponysearch
fb9eedbf40
Translation will be implemented in the future. For now the "en" in /help/en/<pagename> is hardcoded.
5 lines
144 B
HTML
5 lines
144 B
HTML
{% extends "oscar/base.html" %}
|
|
{% block title %}{{ page.title }} - {% endblock %}
|
|
{% block content %}
|
|
{{ page.content | safe }}
|
|
{% endblock %}
|