{%extends 'auth/layout.html'%}
{%set title = 'Sign In'%}
{%set subtitle = 'Login to for your account'%}
{%set aside_title = 'Super Fast, Efficient and Productive' %}
{%set aside_text = '''
In this kind of post, the
blogger
introduces a person they’ve interviewed
and provides some background information about
the interviewee
and their
work following this is a transcript of the interview.
'''%}
{%set image = {'src':'/demo/static/assets/media/misc/auth-screens.png','alt':'Auth Screents'}%}
{%set footer_links = [{
'url': '/demo/static/../demo1/pages/team.html',
'text': 'Team'
},
{
'url': '/demo/static/../demo1/pages/pricing.html',
'text': 'Pricing'
},
{
'url': '/demo/static/../demo1/pages/clients.html',
'text': 'Contact Us'
}
]%}
{%set logo = {
'src': '/demo/static/assets/media/logos/custom-1.png',
'text': 'Logo',
'url': '/'
}%}
{%set login_options = [
{
'logo': '/demo/static/assets/media/svg/brand-logos/apple-black.svg',
'url': '',
'text': 'Sign in with Google'
},
{
'logo': '/demo/static/assets/media/svg/brand-logos/apple-black-dark.svg',
'url': '',
'text': 'Sign in with Apple'
}
]%}
{%block content%}