Skip to content

Instantly share code, notes, and snippets.

View benouinirachid's full-sized avatar
💭
I may be slow to respond.

benouinirachid

💭
I may be slow to respond.
View GitHub Profile
@benouinirachid
benouinirachid / ptml.py
Created November 14, 2022 13:07 — forked from kstep/ptml.py
Simple Python HTML template DSL (improved Python 3 version)
#
# Python Template Markup Language
# Simple Python DSL for HTML and (a little) CSS templating.
#
# Example:
#
# from ptml import *
#
# with html5 as out:
# with head: