Widget:GuidePage: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
Created page with "<header> test! </header> <main> {{{1}}} </main>"
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<header>
<style>
test!
:root {
--colour-theme-50:  var(--colour-<!--{$theme|escape:'html'}-->-50);
--colour-theme-100:  var(--colour-<!--{$theme|escape:'html'}-->-100);
--colour-theme-200:  var(--colour-<!--{$theme|escape:'html'}-->-200);
--colour-theme-300:  var(--colour-<!--{$theme|escape:'html'}-->-300);
--colour-theme-400:  var(--colour-<!--{$theme|escape:'html'}-->-400);
--colour-theme-500:  var(--colour-<!--{$theme|escape:'html'}-->-500);
--colour-theme-600:  var(--colour-<!--{$theme|escape:'html'}-->-600);
--colour-theme-700:  var(--colour-<!--{$theme|escape:'html'}-->-700);
--colour-theme-800:  var(--colour-<!--{$theme|escape:'html'}-->-800);
--colour-theme-900:  var(--colour-<!--{$theme|escape:'html'}-->-900);
--colour-theme-950:  var(--colour-<!--{$theme|escape:'html'}-->-950);
}
</style>
 
<article class="guide">
<header class="guide-header noexcerpt">
<p><!--{$section|escape:'html'}--></p>
<h1><!--{$title|escape:'html'}--></h1>
</header>
</header>


<main>
<main class="guide-main">
{{{1}}}
</main>

Latest revision as of 13:43, 26 January 2025