register_now_section

NAML documentation   Watch a video
   Usages of this macro
... in login.naml
90
91
92
93
94
95
96
97
<macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>Register</t></div>
        <div style="margin-top:.5em">
            <t>If you are still not a member, you can <n.register_link
Macro
Parameters: text, title
.><b>register now</b></n.register_link.>.</t>
        </div>
    </div>
</macro>