Important this section should be removed from your version.
- visit this repo on GitHub
- select "Use this Template"
- create a unique name for your theme
There are some templates that you should replace with your variables.
There is an abbreviations.json
that you can swap the values with your data.
Then run the post_template_build.py
python post_template_build.py
WARNING Reminder Remove this section
-
Install the theme
pip install <render_engine_PACKAGE_NAME>
-
Import the theme into your project
from render_engine import Site
from <PACKAGE_NAME> import <THEME_CLASS>
app = Site()
app.register_theme(<THEME_CLASS>)