package component import "git.proximination.com/pclatihan/wstempl/model" templ BarangView(mdl model.Barang) {

{ mdl.Nama }

{ mdl.Merk }
PANJANG { mdl.Panjang }
LEBAR { mdl.Lebar }
TINGGI { mdl.Tinggi }
SATUAN { mdl.Unit }
STATUS { mdl.Status }
BACK
} templ DaftarBarangView(mdl model.DaftarBarang) { @Common("DAFTAR") { } }