def lastmodified(*args, **kwargs): return models.last_modified()
def etag(*args, **kwargs): return models.last_modified().strftime("%s")