{% if len(global_db.boards) > 1 :}
{% if request.path == "/" :} Front Page {: else :} Front Page {:}| {% for b in global_db.boards :} {% if ('board_db' not in locals()) or board_db.dir != b.dir :} {{ b.config.title }} {: else :} {{ b.config.title }} {:} {:}
{:}