Skip to content

Instantly share code, notes, and snippets.

View zsltg's full-sized avatar

Zsolt zsltg

  • Hungary
  • 11:24 (UTC +02:00)
View GitHub Profile
@zsltg
zsltg / j2.py
Last active May 13, 2019 08:16
Jinja2 Template Tester
"""Jinja2 Template Tester."""
import sys
import re
import os.path
import argparse
import logging
import inspect
import jinja2