feat(html processor): add html processor to process template strings

This commit is contained in:
Halyul
2021-06-01 18:15:36 -04:00
parent 19bf16c719
commit be6dcbfb1a
6 changed files with 76 additions and 32 deletions

View File

@@ -22,6 +22,7 @@ class Config:
project_json=str,
preview=str,
use_skel=bool,
title=str,
)
)
self.__read_config()