feat: initial code, as generated by Rattail Demo site
https://demo.rattailproject.org/generated-projects/new/wutta
This commit is contained in:
commit
9f17ac40d0
22 changed files with 345 additions and 0 deletions
17
wuttademo/web/templates/base_meta.mako
Normal file
17
wuttademo/web/templates/base_meta.mako
Normal file
|
@ -0,0 +1,17 @@
|
|||
## -*- coding: utf-8; mode: html; -*-
|
||||
<%inherit file="wuttaweb:templates/base_meta.mako" />
|
||||
|
||||
## TODO: you can override parent template as needed below, or you
|
||||
## can simply delete this file if no customizations are needed
|
||||
|
||||
<%def name="favicon()">
|
||||
${parent.favicon()}
|
||||
</%def>
|
||||
|
||||
<%def name="header_logo()">
|
||||
${parent.header_logo()}
|
||||
</%def>
|
||||
|
||||
<%def name="footer()">
|
||||
${parent.footer()}
|
||||
</%def>
|
Loading…
Add table
Add a link
Reference in a new issue