+ +
+ +
+ {{ if $show_breadcrumb }} + {{ partial "breadcrumb" $current_page }} + {{ end }} + +

{{ .Title }}

+ +
+ {{ .Content }} +
+ + {{ partial "tags.html" . }} + + {{/* Show next/previous pages by default. */}} + {{ if ne site.Params.book_section_pager false }} +
+ {{ partial "section_pager" . }} +
+ {{ end }} +
+ + + +
+ + {{ partial "site_footer" . }} + +