{% if is_timestamped %}    url(
        regex=r'^{{ model_slug }}/today/$',
        view={{ class_name }}TodayArchiveView.as_view(),
        name='{{ app_name }}_{{ model_slug }}_today_archive'
    ),{% endif %}
