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.
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_layout
- Owner: Pylons
- License: other
- Created: 2012-08-10T00:39:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T21:33:47.000Z (over 2 years ago)
- Last Synced: 2025-07-05T07:41:07.284Z (6 months ago)
- Language: Python
- Size: 2.29 MB
- Stars: 24
- Watchers: 10
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-pyramid - pyramid_layout - Pyramid add-on (Other)
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
`_.