aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst33
1 files changed, 25 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a08d6281..65d5d3d4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,7 +1,13 @@
-Welcome to Jinja2
-=================
+.. rst-class:: hide-header
-Jinja2 is a modern and designer-friendly templating language for Python,
+Jinja
+=====
+
+.. image:: _static/jinja-logo.png
+ :align: center
+ :target: https://palletsprojects.com/p/jinja/
+
+Jinja is a modern and designer-friendly templating language for Python,
modelled after Django's templates. It is fast, widely used and secure
with the optional sandboxed template execution environment:
@@ -14,7 +20,7 @@ with the optional sandboxed template execution environment:
{% endfor %}
</ul>
-**Features:**
+Features:
- sandboxed execution
- powerful automatic HTML escaping system for XSS prevention
@@ -25,10 +31,21 @@ with the optional sandboxed template execution environment:
the correct line in the template.
- configurable syntax
-.. include:: contents.rst.inc
-
-If you can't find the information you're looking for, have a look at the
-index or try to find it using the search function:
+.. toctree::
+ :maxdepth: 2
+ :caption: Contents:
+
+ intro
+ api
+ sandbox
+ nativetypes
+ templates
+ extensions
+ integration
+ switching
+ tricks
+ faq
+ changelog
* :ref:`genindex`
* :ref:`search`