Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
a8ad3907db6bb639ceebae6ab34738b164bbe61b
/
.
/
erpnext
/
website
/
page
/
home
/
home.html
blob: 3c1bc5ea9adc923ec5aabc35fa8c6c6e2767ad7a [
file
] [
log
] [
blame
]
#!python
from webnotes.model.doc import getsingle
home_settings = getsingle('Home Settings')
html= """
<div
class
=
"layout_wrapper"
>
<div
id
=
"content-home"
>
%(banner_html)s
</div>
</div>
""" % home_settings
out = {
"content": html
}