We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app.index_string = ''' <!DOCTYPE html> <html> <head> {%metas%} <title>{%title%}</title> {%favicon%} {%css%} </head> <body> <div>My Custom header</div> {%app_entry%} <footer> {%config%} {%scripts%} {%renderer%} </footer> <div>My Custom footer</div> </body> </html> '''
I'm trying app$index_string but not found?
app$index_string
The text was updated successfully, but these errors were encountered:
@TahiriNadia Good catch. I think we're missing the following parameters, which I should add for parity with Dash for Python.
We hadn't done it yet because it wasn't a task item for the initial release, but now's a good time to bolt down the API and round off the loose edges.
So, we're actually missing a few options here:
compress
meta_tags
index_string
I'll slide this onto the project board so we keep track of this issue.
Sorry, something went wrong.
R
The parameters required were added in #157, #168, and #142. Closing.
rpkyle
No branches or pull requests
I'm trying
app$index_string
but not found?The text was updated successfully, but these errors were encountered: