{{ title }}23 | {% if current_page_name == "search" %} 24 |Darn! Where is that needle?25 | {% else %} 26 | {% if current_page_name == "genindex" %} 27 |What should I put here?28 | {% else %} 29 |{{ meta["Subtitle"] }}30 | {% endif %} 31 | {% endif %} 32 | |
