adding latest

This commit is contained in:
2021-10-30 03:07:44 +01:00
parent 651f94e51c
commit 903fbf6b69
3 changed files with 69 additions and 41 deletions

View File

@@ -4,6 +4,7 @@ optional:
- template_path
- example
- template_filename
- user_input
required:
- base_path
@@ -11,20 +12,15 @@ required:
- filename
- extension
- name
- user_input - should be optional
- page with a template
- page without a template
- page using date tokens
- page using input tokens
- page using name tokens
- page using/not using input tokens
- page with/without a template
- user input does not match number of input tokens
- user input is None
- the given base path does not exist
- page using/not using date tokens
- page using/not using name tokens
- user input does match number of input tokensE
- path/page filenames can contain spaces and they are converted