forked from mirror/pixelfed
9 lines
152 B
PHP
9 lines
152 B
PHP
|
@extends('site.partial.template')
|
||
|
|
||
|
@section('section')
|
||
|
|
||
|
<div class="title">
|
||
|
<h3 class="font-weight-bold">Features</h3>
|
||
|
</div>
|
||
|
<hr>
|
||
|
@endsection
|