<link rel="stylesheet" type="text/css" href="{{ 'css/styles.css' | asset_url }}" />
<script src="{{ 'js/myfile.js' | asset_url }}"></script>
{{ 'images/SG-Logo-White.svg' | asset_url }}
{{ this['my_field'] | asset_url }}
background-image: url('../images/SG-Logo-White.svg');
{{ 'images/SG-Logo-White.svg' | asset_path }}
Or
/assets/images/SG-Logo-White.svg