(content-library-standard-pages-ref)= # Standard pages ## Overview The standard pages are a set of pre-defined pages that can be used as a starting point for building a content library. They provide a basic structure that could suffice for a quick-and-dirty dashboard application. ## Reference ```{eval-rst} .. automodule:: algomancy_content.pages.standardhomepage :members: :show-inheritance: :member-order: bysource ``` ```{eval-rst} .. automodule:: algomancy_content.pages.standarddatapage :members: :show-inheritance: :member-order: bysource ``` ```{eval-rst} .. automodule:: algomancy_content.pages.standardoverviewpage :members: :show-inheritance: :member-order: bysource ```