14 lines
425 B
Python
14 lines
425 B
Python
|
|
page_menu = [
|
|
('Home', '/'),
|
|
#('About', '#about'),
|
|
('Contact', '#mailing-list-signup')]
|
|
|
|
banner_images = [
|
|
('/static/template/images/example-01.jpg', 'http://www.google.co.uk', 'title', 'intro text'),
|
|
('/static/template/images/example-02.jpg', 'http://www.google.co.uk', 'title', 'intro text')]
|
|
|
|
tile_images = [
|
|
('/static/template/images/tile-01.jpg',),
|
|
('/static/template/images/tile-02.jpg',)]
|