mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 08:05:43 +00:00
31 lines
405 B
Markdown
31 lines
405 B
Markdown
# testing notes
|
|
|
|
optional:
|
|
- template_path
|
|
- example
|
|
- template_filename
|
|
|
|
required:
|
|
- base_path
|
|
- page_path
|
|
- 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
|
|
|
|
|
|
- user input does not match number of input tokens
|
|
|
|
|
|
|
|
|
|
- user input does match number of input tokensE
|