pyramid_layout icon indicating copy to clipboard operation
pyramid_layout copied to clipboard

Pyramid add-on for managing UI layouts.

============== 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 <http://pyramid_layout.readthedocs.org/en/latest/>_.