MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2013-12-29 19:21:53
  • Python
  • Jinja2

Jinja2

Jinja2 is a modern and designer friendly templating language for Python, modelled after Django’s templates.

Slackware 14 installation

  • wget https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.1.tar.gz

  • cp Jinja2-2.7.1.tar.gz /tmp
  • tar xvzf Jinja2-2.7.1.tar.gz
  • cd Jinja2-2.7.1
  • python setup.py build
  • python setup.py install

Check installation

python
Python 2.7.3 (default, Jul  3 2012, 21:16:07) 
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import jinja2
>>> jinja2.__version__
'2.7.1'
>>> quit()
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01