https://github.com/pylons/pyramid_layout
Pyramid add-on for managing UI layouts.
https://github.com/pylons/pyramid_layout
Last synced: 11 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T21:33:47.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T05:43:46.343Z (about 2 years ago)
- Language: Python
- Size: 2.29 MB
- Stars: 24
- Watchers: 11
- Forks: 26
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.rst
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
`_.