Login:

This section consist of a form which can be used as login form for a user to login to the site.


Available Options:

  • Login form.

Login form:

Output:

Code:


<div class="darkout-section">
{% include do-login.html%}
</div>


How to add in page:

  • Step1: Add login form to the page using the include statement.
  • Step2: On the page use

<div class="darkout-section">{% include do-login.html%}</div>