diff options
Diffstat (limited to 'templates/bike.html')
| -rw-r--r-- | templates/bike.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/bike.html b/templates/bike.html new file mode 100644 index 0000000..db8634a --- /dev/null +++ b/templates/bike.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block title %}{{ page.title }} - {{ config.title }}{% endblock title %} + +{% block content -%} +<h1>{{- page.title -}}</h1> + +{{ page.content | safe -}} + +{%- endblock content -%} |
