Mechanism for creating custom pages using templates

Closes #648
This commit is contained in:
Simon Willison 2020-04-26 11:46:43 -07:00 committed by GitHub
commit 304e7b1d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 208 additions and 3 deletions

View file

@ -11,6 +11,7 @@ import json
import pathlib
import pytest
import re
import textwrap
import urllib.parse