An open API service indexing awesome lists of open source software.

https://github.com/Pylons/pyramid_layout

Pyramid add-on for managing UI layouts.
https://github.com/Pylons/pyramid_layout

Last synced: about 2 months ago
JSON representation

Pyramid add-on for managing UI layouts.

Awesome Lists containing this project

README

          

==============
Pyramid Layout
==============

Pyramid Layout is an add-on for the Pyramid Web Framework which allows
developers to utilize the concept of a UI layout to your Pyramid application.
Different layouts may be registered for use in different contexts of your
application. The concept of panels is also introduced to facilitate rendering
of subsections of a page in a consistent way across different views in a
reusable way.

See the `documentation at Read the Docs
`_.