mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
8 lines
448 B
Plaintext
8 lines
448 B
Plaintext
Mason allows web pages and sites to be constructed from shared,
|
|
reusable building blocks called components. Components contain a
|
|
mix of Perl and HTML, and can call each other and pass values back
|
|
and forth like subroutines. Components increase modularity and
|
|
eliminate repetitive work: common design elements (headers, footers,
|
|
menus, logos) can be extracted into their own components where they
|
|
need be changed only once to affect the whole site.
|