Name : python-Jinja2
| |
Version : 2.7.3
| Vendor : obs://private/kopano:dependencies
|
Release : 1.7
| Date : 2019-01-07 17:42:01
|
Group : Development/Languages/Python
| Source RPM : python-Jinja2-2.7.3-1.7.src.rpm
|
Size : 2.03 MB
| |
Packager : (none)
| |
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: /packages/linux-pbone/rpm.razorsedge.org/centos-7/kopano/core |