https://github.com/danr/mustache-example
Simple example of rendering a webpage with python using mustache
https://github.com/danr/mustache-example
mustache template
Last synced: 6 months ago
JSON representation
Simple example of rendering a webpage with python using mustache
- Host: GitHub
- URL: https://github.com/danr/mustache-example
- Owner: danr
- License: unlicense
- Created: 2017-03-02T15:16:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T15:16:25.000Z (over 9 years ago)
- Last Synced: 2025-07-01T22:06:11.171Z (about 1 year ago)
- Topics: mustache, template
- Language: HTML
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Simple example of rendering a webpage with python using mustache
To run:
python example.py
This creates `index.html` which you may open with your favourite browser.