Simple template language written in python
git clone git://git.janzachar.dev/stempl.git
0## README12Simple template language written in python.34NOTE: this repo is in development and barely working.56### Acknowledgements78Every 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.1112### Features1314...1516### License1718This 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.1920This 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.2122You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.2324