Skip to content

Instantly share code, notes, and snippets.

View ugifractal's full-sized avatar

sugiarto ugifractal

View GitHub Profile
id cofog1code cofog2code cofog3code cofog1label cofog2label cofog3label amount time
1 A B C Level1 Level2 Level3 1 2015
ID
1
2
3
4
5
id cofog1code cofog2code cofog3code cofog1label cofog2label cofog3label amount time
1431772969128-10 01 01.1 01.1.1 General public services Executive and legislative organs, financial and fiscal affairs, external affairs Executive and legislative organs 1 2015
1431772969128-11 01 01.1 01.1.2 General public services Executive and legislative organs, financial and fiscal affairs, external affairs Financial and fiscal affairs 1 2015
{% paginate site.products to products by 20 %}
{% assign nama = 'udin' %}
{% if condition %}
...
{% else %}
...
{% endif %}
{{site.name}} # menampilkan nama web
{{site.domain_name}} # menampilkan nama domain
{% for page in site.latest_pages %}{{page.title}}{%endfor%} #menampilkan daftar judul halaman terbaru
{% for product in site.latest_products %}{{product.title}}{%endfor%} #menampilkan daftar judul produk terbaru
{% disqus_widget shortname_anda %}
#contoh
{% disqus_widget 'webmuapp' %}
@ugifractal
ugifractal / output.html
Created February 23, 2011 02:00
liquid output on template
<html>
<head>
</head>
<body>
{{ page_content }}
</body>
</html>
{{current_product.title}} #untuk menampilkan judul
{{current_product.name}} #untuk menampilkan nama produk
{{current_product.description}} #untuk menampilkan deskripsi produk
{{current_product.image_thumb_url}} #untuk mendapatkan URL gambar produk ukuran thumbnail
{{current_product.image_medium_url}} #untuk mendapatkan URL gambar produk ukuran medium