{% load static %} {{ profile.full_name|slice:":1"|upper|default:"M" }} {{ profile.full_name|default:setting.site_name }} {% url 'core:home' as u_home %} {% url 'core:about' as u_about %} {% url 'careers:experience' as u_exp %} {% url 'careers:project_list' as u_proj %} {% url 'blog:list' as u_blog %} {% url 'core:contact' as u_contact %} Beranda Tentang Pengalaman {% if setting.show_projects %} Proyek {% endif %} {% if setting.show_blog %} Blog {% endif %} {% if user.is_authenticated %} Panel {% endif %} Hubungi Saya