stempl

Simple template language written in python

git clone git://git.janzachar.dev/stempl.git


0## README
1
2Simple template language written in python.
3
4NOTE: this repo is in development and barely working.
5
6### Acknowledgements
7
8Every static site generator I've ever used had [liquid](https://shopify.github.io/liquid/) support.
9I liked its syntax and simplicity.
10As a learning oportunity, I've made something similar myself.
11
12### Features
13
14...
15
16### License
17
18This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
19
20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
21
22You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
23
24