return {
"known_instances": known,
"indexed_instances": indexed,
- "blocks_recorded": blocks
+ "blocks_recorded": blocks,
+ "slogan": config["slogan"]
}
@app.get(base_url+"/top")
"bot_enabled": false,
"bot_instance": "https://example.com",
"bot_token": "",
- "bot_visibility": "unlisted"
+ "bot_visibility": "unlisted",
+ "slogan": "### Your footer slogan ###"
}
indexed instances: {{info.indexed_instances}}<br/>
blocks recorded: {{info.blocks_recorded}}<br/>
source code: <a href="https://git.mxchange.org/?p=fba.git;a=summary" rel="source" target="_blank">git.mxchange.org</a><br /><br />
- #SayNoToWoke #StraightNotBisexual
+ {{info.slogan}}
</div>
{% endif %}
</body>