Back to home page

EIC code displayed by LXR

 
 

    


Warning, /epic/reports/craterlake_views.md is written in an unsupported language. File is not indexed.

0001 ---
0002 layout: default
0003 title: Views (craterlake)
0004 permalink: /craterlake_views
0005 ---
0006 {% for image in site.static_files %}
0007   {% if image.path contains 'epic_craterlake_views/' %}
0008 <p><a href="{{ site.baseurl }}/{{ image.path }}">{{ image.path }}</a></p>
0009     {% if image.extname contains 'png' %}
0010 <img src="{{ site.baseurl }}/{{ image.path }}" width="400px"/>
0011     {% endif %}
0012   {% endif %}
0013 {% endfor %}