16 lines
No EOL
494 B
Text
16 lines
No EOL
494 B
Text
[%# Initialize site skins
|
|
|
|
Authors:
|
|
Andrea Nall <anall@andreanall.com>
|
|
|
|
Copyright (c) 2015 by Dreamwidth Studios, LLC.
|
|
|
|
This program is free software; you may redistribute it and/or modify it under
|
|
the same terms as Perl itself. For a copy of the license, please reference
|
|
'perldoc perlartistic' or 'perldoc perlgpl'.
|
|
%]
|
|
[%- USE dw -%]
|
|
[%- USE form -%]
|
|
[%- USE dw_scheme -%]
|
|
[%- FOREACH current_scheme IN inheritance -%][%- PROCESS $current_scheme -%][%- END -%]
|
|
[%- PROCESS block.page -%] |