mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
<optimizer-page name="optimizer-dynamic">
|
|
<dependencies>
|
|
<module name="${data.dependency}"/>
|
|
<module name="test/optimizer/mixedB" c-if="data.mixedBEnabled"/>
|
|
</dependencies>
|
|
</optimizer-page>
|
|
|
|
<html>
|
|
<head>
|
|
<optimizer-slot name="head"/>
|
|
</head>
|
|
<body>
|
|
<optimizer-slot name="body"/>
|
|
</body>
|
|
</html> |