Name : python3-Jinja2
| |
Version : 2.10.1
| Vendor : SUSE LLC < https://www_suse_com/>
|
Release : 3.10.2
| Date : 2021-02-19 17:36:35
|
Group : Development/Languages/Python
| Source RPM : python-Jinja2-2.10.1-3.10.2.src.rpm
|
Size : 1.21 MB
| |
Packager : https://www_suse_com/
| |
Summary : A fast and easy to use template engine written in pure Python
|
Description :
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. Here a small example of a Jinja template:
{% extends \'base.html\' %} {% block title %}Memberlist{% endblock %} {% block content %} < ul> {% for user in users %} < li>< a href=\"{{ user.url }}\">{{ user.username }}< /a>< /li> {% endfor %} < /ul> {% endblock %}
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap-micro/5.3/product/repo/Leap-Micro-5.3-x86_64-Media1/noarch |