(ob:insert-template "page_header.html")
(ob:format-date (ob:post-timestamp POST) "%d")
(format "%s" (ob:path-to-root) (ob:category-safe (ob:post-category POST)) (ob:format-date (ob:post-timestamp POST) "%Y") (ob:format-date (ob:post-timestamp POST) "%m") (ob:format-date (ob:post-timestamp POST) "%b"))
(format "%s" (ob:path-to-root) (ob:category-safe (ob:post-category POST)) (ob:format-date (ob:post-timestamp POST) "%Y") (ob:format-date (ob:post-timestamp POST) "%Y"))
(ob:insert-template "plugin_qrcode.html")

(ob:post-title POST)

(ob:post-content-html POST)
(ob:insert-template "plugin_disqus.html") (ob:insert-template "page_footer.html")