import { Component, Input, OnInit, OnChanges } from '@angular/core'


import { BlockView } 		from '@k-core/modules/block/template/view.block'

@Component({
	selector: 'blocks',
	templateUrl: 'tpl.block.pug'
})

export class BlockSuntexView extends BlockView {

}