{%extends "base.html"%} {%block html_lang%} {{config['lang']}} {%endblock html_lang%} {%block head_title%} Index -- {{config['title']}} {%endblock head_title%} {%block head_description%} {%endblock head_description%} {%block head_rss%} {%endblock head_rss%} {%block head_extra%} {%endblock head_extra%} {%block head_og%} {%endblock head_og%} {%block body_header%} {%import 'body/header.html' as body_header%} {{body_header.print(config)}} {%endblock body_header%} {%block body_content%}

Index -- {{config['title']}}

Here is where I will post all of my drawings, sketches and more art related stuff. Right now this is managed similar to the blog, but more "gallery" oriented. The structure is kind of a 3-level zoom, where you see all the images in this index (or on a tag index), then you see the whole image in its separate link with additional information and then you can see the raw image itself.

Get the RSS feed: {{config['url']['main']}}/rss.xml

{%import "tag_list.html" as tag_list%} {{tag_list.print(all_tags, "art-tags")}} {%import "art/page_list.html" as page_list%} {{page_list.print(all_pages)}} {%endblock body_content%} {%block body_footer%} {%import 'body/footer.html' as body_footer%} {{body_footer.contact(config)}} {{body_footer.donate(config)}} {{body_footer.rss(config)}}
{{body_footer.created_with()}}
{{body_footer.copyright()}} {%endblock body_footer%}