Your IP : 3.149.247.95


Current Path : /home/ncdcgo/ele.ncdc.go.ug/lib/templates/
Upload File :
Current File : /home/ncdcgo/ele.ncdc.go.ug/lib/templates/signup_form_layout.mustache

{{!
    @template core/signup_form_layout

    Example context (json):
    {
        "logourl": "https://moodle.org/logo/moodle-logo.svg",
        "sitename": "Site name",
        "formhtml": "<p>(Form html would go here)</p>"
    }
}}
<div class="signupform">
    <h1 class="login-heading">{{#str}} newaccount {{/str}}</h1>
    {{{formhtml}}}
</div>