manen test file

Created on 2020/05/01 at 10:00 | Version: 1.0.0

Description

This file is a test file in order to verify that the package manen is working well. It will used Jinja2 in order to generate a template that will later be parsed by manen.

{% if posts %}

Posts

{% for post in posts %}

Post #{{loop.index }} | {{ post.title }}

{{ post.subtitle }}

Updated {{ post.updated_at }} {{post.link}}

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit sed ex nobis laborum, ea eos impedit distinctio earum, vel quam accusamus eum adipisci officia incidunt reprehenderit voluptas dolor voluptatem cum?

{% if loop.last %} This is the last post available. {% endif %}
{% endfor %}
{% endif %} {% if form %}

Form Elements

{% endif %} {% if table_job %}

Some Developers...

Name Job
kodaho Just a Developer Full Stack
Guido Van Rossum Benevolant Dictator For Life
{% endif %} {% if table_dependencies %}

Dependencies

Package Version Required Category
selenium 3.141.0 Yes core, framework
requests 2.22 Yes core, http, client
pytest 1.0 No test
questionary 0.5 Yes cli, core
sphinx 3.0.0 No html_build, doc
{% endif %}