PHP Classes

File: examples/views/bug/home.blade.php

Recommend this page to a friend!
  Classes of Jorge Castro   BladeOne   examples/views/bug/home.blade.php   Download  
File: examples/views/bug/home.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: BladeOne
Standalone template engine that compiles into PHP
Author: By
Last change: Update of examples/views/bug/home.blade.php
Date: 3 years ago
Size: 225 bytes
 

Contents

Class file image Download
@extends('bug.base')

@section('content')
    @@wppost

    <h1>@@title</h1>

    <button id="init">Init</button>

    <div id="app"></div>

    <a href="@@acf('link')">acf link</a>

    @@content

    @@wpendpost
@endsection