{% set eff_title = title %}{% if not title and not asciiArt %}{% set eff_title = "~" %}{% endif %}
{% if asciiArt %}
{{ asciiArt }}
{% else %}
/*===========================================*/
/* {{ eff_title|slice:":41"|ljust:41 }} */
/*===========================================*/
{% endif %}
{{ prompt|default:"$ " }}{% if eff_title %}{{ eff_title }}{% endif %}