15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
<!DOCTYPE html>
|
|
<link rel="stylesheet" href="colors.css">
|
|
|
|
#foreach($colorscheme in $colorschemes)
|
|
<section>
|
|
#if($colorscheme.filename)
|
|
$escape_html($colorscheme.filename)
|
|
#else
|
|
Default Scheme
|
|
#end
|
|
<iframe>
|
|
</iframe>
|
|
</section>
|
|
#end
|