Sha256: f777f442563d94e36583b0ebc828fe4d05ecb8e2c1848921f244a5afd978b472

Contents?: true

Size: 981 Bytes

Versions: 4

Compression:

Stored size: 981 Bytes

Contents

{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign folder = page.folderName %}
{% assign fileinfoData= site.data[folder][lang][file] %}
<!DOCTYPE html>
<html lang="{{fileinfoData.htmlLangAtt}}">
{% include head/index.html %}
<body>
	{% include header/index.html %}
	<div class="file-info-page-wrap container">
		<div class="row">
<div class="col-lg-11 mx-auto text-left">

	<div class=" mt-5" >
		{%- if fileinfoData.H1 -%}
			<h1 class="file-info-h1 mb-2" >{{fileinfoData.H1}}</h1>
		{%- endif -%}
		{%- if fileinfoData.H2 -%}
			<h2 class="file-info-h2 mb-4" >{{fileinfoData.H2}}</h2>
		{%- endif -%}
		{%- if  fileinfoData.img -%}
		<img class="file-info-img w-100 h-100 " src="{{fileinfoData.img}}" alt="">
		{%- endif -%}
	</div>
    {%- if fileinfoData.display_formats -%}
	<div >
			{%- include fileformat/fileinfoformat.html -%}
	</div>
	{%- endif -%}
	{% include footer/index.html %}
	{% include script.html %}
</div>
</div>

</div>
</body>

</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appscms-tools-theme-1.3.5 _layouts/fileInfo.html
appscms-tools-theme-1.3.4 _layouts/fileInfo.html
appscms-tools-theme-1.3.3 _layouts/fileInfo.html
appscms-tools-theme-1.3.2 _layouts/fileInfo.html