[ 'comment', 'id' => $post->id ],
					] ); ?>
					= Html::activeHiddenInput( $commentForm, 'parentId' ) ?>
					= $form->field( $commentForm, 'text' )->textarea( [ 'rows' => 5 ] )->label( Yii::t( 'post', 'Comment' ) ) ?>
					
						= Html::submitButton( Yii::t( 'post', 'Submit' ), [ 'class' => 'btn btn-primary' ] ) ?>