Golang Template Inheritance (Python Jinja2 extends & include)
Template inheritance via Go html/template package. Show how one tempalate extends from another, and also include templates, just as how we do by Python Jinja2.
read more »Template inheritance via Go html/template package. Show how one tempalate extends from another, and also include templates, just as how we do by Python Jinja2.
read more »Pelican static site generator - Localize theme with i18n_subsites plugin via custom Jinja2 filter. Implementation of gettext-like filter.
read more »Pelican static site generator - Get partial pages or articles with specific metadata by Jinja2 built-in selectattr filter in theme.
read more »Pelican static site generator - Support multilingual in Pelican theme. Translate strings according to default language of settings in the theme. (implement macro gettext)
read more »Pelican static site generator - add Buddhist calendar in your theme.
read more »Pelican static site generator - Generate index.html by writing reStructuredText or Markdown.
read more »i18n and L10n of Google App Engine Python web application, with webapp2, Jinja2, Babel, and pytz.
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Go template custom function vs Jinja2 custom filter and function.
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Mimic Jinja2 template inheritance in Go html/template
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Loop through Python Dictionaries vs Go Maps
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Python List vs Go Arrays and Slices - Loop Index
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Python List vs Go Arrays and Slices
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - print Hello World! on screen
read more »Comparison of Python Jinja2 and Go html/template, side by side for easy reference - Load and Serve Templates
read more »