<inputtype="text"id="sqlite_path"name="sqlite_path"value="{{ config.database.sqlite_path if config.database and config.database.sqlite_path else '~/.aisbf/aisbf.db' }}">
<inputtype="text"id="db_sqlite_path"name="sqlite_path"value="{{ config.database.sqlite_path if config.database and config.database.sqlite_path else '~/.aisbf/aisbf.db' }}">
<inputtype="text"id="sqlite_path"name="sqlite_path"value="{{ config.cache.sqlite_path if config.cache and config.cache.sqlite_path else '~/.aisbf/cache.db' }}">
<inputtype="text"id="cache_sqlite_path"name="sqlite_path"value="{{ config.cache.sqlite_path if config.cache and config.cache.sqlite_path else '~/.aisbf/cache.db' }}">