Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 27, 2021 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b0adb95997995e73a4c02024ad48b9bb to your computer and use it in GitHub Desktop.
Save parzibyte/b0adb95997995e73a4c02024ad48b9bb to your computer and use it in GitHub Desktop.
<div class="notification is-primary">
<p>
<strong>Nombre:&nbsp;</strong>{{ archivo.nombre_original }}
</p>
<p>
<strong>Creado:&nbsp;</strong>{{ archivo.fecha_creacion }}
</p>
<p>
<strong>Tamaño:&nbsp;</strong>{{ archivo.tamanio_bytes | bytes_legibles }}
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment