is there a way to determine inside a template what page it is currently displaying? e.g. if i have an embed for the site logo, i want to wrap it with a link back to the home page everywhere except the home page, but i don’t want to create a separate embed just for the home page template.
so far the best i’ve come up with is
{if segment_1 == ""}[unlinked logo]{if:else}[linked logo]{/if}
which works fine for this but i still wonder if there is a segment_0 or something that spits out the whole path.